Skip to main content
All docs
V26.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.v26.1.Web.Azure.dll

    Declaration

    BlobServiceClient GetBlobServiceClient()

    Returns

    Type Description
    Azure.Storage.Blobs.BlobServiceClient

    A BlobServiceClient object.

    See Also