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.v24.1.Web.Azure.dll
NuGet Package: DevExpress.Web.Reporting.Azure
Declaration
Returns
Type | Description |
---|---|
Azure.Storage.Blobs.BlobServiceClient | A |
See Also