Class FastCloudStorageClient
FastCloud storage client.
Inherited Members
Namespace: FastReport.Cloud.StorageClient.FastCloud
Assembly: FastReport.dll
Syntax
public class FastCloudStorageClient : CloudStorageClient
Constructors
FastCloudStorageClient()
Initializes a new instance of the FastCloudStorageClient class.
Declaration
public FastCloudStorageClient()
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportUrl
Gets the report URL that can be used to download report from cloud.
Declaration
public string ReportUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetAccessToken(String, String)
Gets the access token.
Declaration
public string GetAccessToken(string email, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | ||
System.String | password |
Returns
Type | Description |
---|---|
System.String | The access token string. |
SaveMemoryStream(MemoryStream)
Saves a memory stream to cloud.
Declaration
protected override void SaveMemoryStream(MemoryStream ms)
Parameters
Type | Name | Description |
---|---|---|
System.IO.MemoryStream | ms | The memory stream that should be saved. |