Table of Contents

Class CloudStorageClientForm

Namespace: FastReport.Olap.Cloud.StorageClient
Assembly: FastCube.Mono.dll

Represents form of Dropbox storage client.

public class CloudStorageClientForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormCloudStorageClientForm

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

Button

cbFileType

ComboBox File Type.

protected ComboBox cbFileType

Field Value

ComboBox

labelColon

Label Colon.

protected Label labelColon

Field Value

Label

labelFileType

Label File Type.

protected Label labelFileType

Field Value

Label

labelPassword

Label Password.

protected Label labelPassword

Field Value

Label

labelServer

Label Server.

protected Label labelServer

Field Value

Label

labelUsername

Label Username.

protected Label labelUsername

Field Value

Label

pageControl1

PageControl.

protected PageControl pageControl1

Field Value

PageControl

pgFile

Page File.

protected PageControlPage pgFile

Field Value

PageControlPage

pgProxy

Page Proxy.

protected PageControlPage pgProxy

Field Value

PageControlPage

tbPassword

TextBox Password.

protected TextBox tbPassword

Field Value

TextBox

tbPort

TextBox Port.

protected TextBox tbPort

Field Value

TextBox

tbServer

TextBox Server.

protected TextBox tbServer

Field Value

TextBox

tbUsername

TextBox Username.

protected TextBox tbUsername

Field Value

TextBox

Properties

Cube

Gets or sets the cube templates.

public Cube Cube { get; set; }

Property Value

Cube

Exports

Gets or sets the list of exports.

public List<ExportBase> Exports { get; set; }

Property Value

List<ExportBase>

Slice

Gets or sets the slice templates.

public Slice Slice { get; set; }

Property Value

Slice

Methods

CloudStorageClientForm_FormClosing(object, FormClosingEventArgs)

FormClosing event handler for CloudStorageClientForm.

protected void CloudStorageClientForm_FormClosing(object sender, FormClosingEventArgs e)

Parameters

sender object

Event sender.

e FormClosingEventArgs

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

bool

Returns true if work has been successfully finished, otherwise false.

GetProxySettings()

Gets the proxy settings.

protected CloudProxySettings GetProxySettings()

Returns

CloudProxySettings

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

bool

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.

e EventArgs

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.

e EventArgs

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.

e EventArgs

Event args.