Skip to main content
A newer version of this page is available. .

IAzureBlobStorageService.GetCloudBlobClient() Method

If implemented, returns a cloud blob container instance used to create the required blob containers (if they have not yet been created).

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

Declaration

CloudBlobClient GetCloudBlobClient()

Returns

Type
Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient
See Also