Search Results for

    Show / Hide Table of Contents

    Class FastCloudStorageClient

    FastCloud storage client.

    Inheritance
    System.Object
    CloudStorageClient
    FastCloudStorageClient
    Inherited Members
    CloudStorageClient.Filename
    CloudStorageClient.IsUserAuthorized
    CloudStorageClient.ProxySettings
    CloudStorageClient.PrepareToSave(Report, ExportBase)
    CloudStorageClient.CreateMemoryStream(Stream)
    CloudStorageClient.SaveReport(Report, ExportBase)
    CloudStorageClient.SaveStream(Stream, String)
    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 email
    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.

    Overrides
    CloudStorageClient.SaveMemoryStream(MemoryStream)
    Back to top © 1998-2025 Copyright Fast Reports Inc.