Skip to main content
All docs
V25.1
  • IBlobServiceClientProvider.GetBlobServiceClient() Method

    If implemented, returns a BlobServiceClient instance used to create (if not yet created) and interact with required blob containers.

    Namespace: DevExpress.XtraReports.Web.Azure

    Assembly: DevExpress.XtraReports.v25.1.Web.Azure.dll

    NuGet Package: DevExpress.Web.Reporting.Azure

    Declaration

    BlobServiceClient GetBlobServiceClient()

    Returns

    Type Description
    Azure.Storage.Blobs.BlobServiceClient

    A BlobServiceClient object.

    See Also