Class FastCloudStorageClientSimpleForm
Represents form of FastCloud storage client.
Inherited Members
Namespace: FastReport.Cloud.StorageClient.FastCloud
Assembly: FastReport.dll
Syntax
public class FastCloudStorageClientSimpleForm : BaseDialogForm
Constructors
FastCloudStorageClientSimpleForm()
Initializes a new instance of the FastCloudStorageClientSimpleForm class.
Declaration
public FastCloudStorageClientSimpleForm()
FastCloudStorageClientSimpleForm(Report)
Initializes a new instance of the FastCloudStorageClientSimpleForm class.
Declaration
public FastCloudStorageClientSimpleForm(Report report)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | report | The report template. |
Methods
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
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.