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