Skip to main content

IAzureBlobStorageService.GetDocumentBlobContainer() Method

If implemented, returns a blob container client instance to store report documents.

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

BlobContainerClient GetDocumentBlobContainer()

Returns

Type Description
Azure.Storage.Blobs.BlobContainerClient

A BlobContainerClient object.

See Also