Skip to main content

IAzureBlobStorageService.GetReportBlobContainer() Method

If implemented, returns a cloud blob container instance where report layouts should be saved.

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

CloudBlobContainer GetReportBlobContainer()

Returns

Type Description
CloudBlobContainer

A CloudBlobContainer object.

See Also