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.v26.1.Web.Azure.dll

Declaration

BlobContainerClient GetDocumentBlobContainer()

Returns

Type Description
Azure.Storage.Blobs.BlobContainerClient

A BlobContainerClient object.

See Also