Class CloudStorageClientForm
Namespace: FastReport.Olap.Cloud.StorageClient
Assembly: FastCube.Mono.dll
Represents form of Dropbox storage client.
public class CloudStorageClientForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← CloudStorageClientForm
Derived
FtpStorageClientForm, GoogleDriveStorageClientForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
CloudStorageClientForm()
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.CloudStorageClientForm class.
public CloudStorageClientForm()
CloudStorageClientForm(Cube, Slice)
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.CloudStorageClientForm class.
public CloudStorageClientForm(Cube cube, Slice slice)
Parameters
cube
Cube
Cube reference.
slice
Slice
Slice reference.
Fields
buttonSettings
Buttons Settings.
protected Button buttonSettings
Field Value
cbFileType
ComboBox File Type.
protected ComboBox cbFileType
Field Value
labelColon
Label Colon.
protected Label labelColon
Field Value
labelFileType
Label File Type.
protected Label labelFileType
Field Value
labelPassword
Label Password.
protected Label labelPassword
Field Value
labelServer
Label Server.
protected Label labelServer
Field Value
labelUsername
Label Username.
protected Label labelUsername
Field Value
pageControl1
PageControl.
protected PageControl pageControl1
Field Value
pgFile
Page File.
protected PageControlPage pgFile
Field Value
pgProxy
Page Proxy.
protected PageControlPage pgProxy
Field Value
tbPassword
TextBox Password.
protected TextBox tbPassword
Field Value
tbPort
TextBox Port.
protected TextBox tbPort
Field Value
tbServer
TextBox Server.
protected TextBox tbServer
Field Value
tbUsername
TextBox Username.
protected TextBox tbUsername
Field Value
Properties
Cube
Gets or sets the cube templates.
public Cube Cube { get; set; }
Property Value
Exports
Gets or sets the list of exports.
public List<ExportBase> Exports { get; set; }
Property Value
Slice
Gets or sets the slice templates.
public Slice Slice { get; set; }
Property Value
Methods
CloudStorageClientForm_FormClosing(object, FormClosingEventArgs)
FormClosing event handler for CloudStorageClientForm.
protected void CloudStorageClientForm_FormClosing(object sender, FormClosingEventArgs e)
Parameters
sender
object
Event sender.
Event args.
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
Done()
Finishes the form work.
protected virtual bool Done()
Returns
Returns true if work has been successfully finished, otherwise false.
GetProxySettings()
Gets the proxy settings.
protected CloudProxySettings GetProxySettings()
Returns
The proxy settings.
Init()
Initializes the component.
protected virtual void Init()
InitExports()
Initializes the list of exports.
protected void InitExports()
IsNumeric(string)
Checks is the string numeric.
protected bool IsNumeric(string str)
Parameters
str
string
The checking string.
Returns
True if string is numeric, otherwise false.
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.
btnOk_Click(object, EventArgs)
Click event handler for button OK.
protected virtual void btnOk_Click(object sender, EventArgs e)
Parameters
sender
object
Event sender.
Event args.
buttonSettings_Click(object, EventArgs)
Click event handler for Button Settings.
protected void buttonSettings_Click(object sender, EventArgs e)
Parameters
sender
object
Event sender.
Event args.
cbFileType_SelectedIndexChanged(object, EventArgs)
SelectedIndexChanged event handler for ComboBox File Type.
protected void cbFileType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
sender
object
Event sender.
Event args.