Class S3ClientForm
Represents form of SkyDrive storage client.
Inherited Members
Namespace: FastReport.Cloud.StorageClient.S3
Assembly: FastReport.dll
Syntax
public class S3ClientForm : CloudStorageClientForm
Constructors
S3ClientForm(String, String, String, String, Report)
Initializes a new instance of the S3ClientForm class.
Declaration
public S3ClientForm(string accessKeyId, string secretAccessKey, string region, string host, Report report)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accessKeyId | |
| System.String | secretAccessKey | |
| System.String | region | |
| System.String | host | |
| Report | report | The report template. |
Properties
Client
Declaration
public S3StorageClient Client { get; }
Property Value
| Type | Description |
|---|---|
| S3StorageClient |
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.
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e |