Class FtpStorageClientForm
Namespace: FastReport.Olap.Cloud.StorageClient.FTP
Assembly: FastCube.Mono.dll
Represents form of the FTP storage client.
public class FtpStorageClientForm : CloudStorageClientForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← CloudStorageClientForm ← FtpStorageClientForm
Inherited Members
CloudStorageClientForm.Cube, CloudStorageClientForm.Exports, CloudStorageClientForm.Slice, CloudStorageClientForm.Localize(), CloudStorageClientForm.btnOk_Click(object, EventArgs), CloudStorageClientForm.buttonSettings_Click(object, EventArgs), CloudStorageClientForm.cbFileType_SelectedIndexChanged(object, EventArgs), CloudStorageClientForm.CloudStorageClientForm_FormClosing(object, FormClosingEventArgs), CloudStorageClientForm.Done(), CloudStorageClientForm.GetProxySettings(), CloudStorageClientForm.Init(), CloudStorageClientForm.InitExports(), CloudStorageClientForm.IsNumeric(string), CloudStorageClientForm.Dispose(bool), CloudStorageClientForm.pgFile, CloudStorageClientForm.pgProxy, CloudStorageClientForm.cbFileType, CloudStorageClientForm.labelFileType, CloudStorageClientForm.buttonSettings, CloudStorageClientForm.labelColon, CloudStorageClientForm.labelPassword, CloudStorageClientForm.labelUsername, CloudStorageClientForm.labelServer, CloudStorageClientForm.tbUsername, CloudStorageClientForm.tbPort, CloudStorageClientForm.tbServer, CloudStorageClientForm.tbPassword, CloudStorageClientForm.pageControl1, BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
FtpStorageClientForm()
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.FTP.FtpStorageClientForm class.
public FtpStorageClientForm()
FtpStorageClientForm(string, string, string, Cube, Slice)
Initializes a new instance of the FastReport.Olap.Cloud.StorageClient.FTP.FtpStorageClientForm class.
public FtpStorageClientForm(string server, string username, string password, Cube cube, Slice slice)
Parameters
server
string
The FTP server.
username
string
The username.
password
string
The password.
cube
Cube
The cube.
slice
Slice
The slice.
Methods
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 override bool Done()
Returns
Returns true if work has been successfully finished, otherwise false.
Init()
Initializes the component.
protected override void Init()
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 override void btnOk_Click(object sender, EventArgs e)
Parameters
sender
object
Event sender.
Event args.