AzureReportingConfigurator.UseAzureCachedReportSourceBuilder(WebDocumentViewerConfigurationBuilder) Method
Implements a document cache based on Azure Storage data services.
Namespace: DevExpress.AspNetCore.Reporting.Azure
Assembly: DevExpress.AspNetCore.Reporting.v24.2.Azure.dll
NuGet Package: DevExpress.AspNetCore.Reporting.Azure
#Declaration
public static WebDocumentViewerConfigurationBuilder UseAzureCachedReportSourceBuilder(
this WebDocumentViewerConfigurationBuilder viewerConfigurator
)
#Parameters
Name | Type | Description |
---|---|---|
viewer |
Web |
A Web |
#Returns
Type | Description |
---|---|
Web |
A Web |
#Remarks
If you call the UseAzureCachedReportSourceBuilder()
method without arguments in your application, implement and register the following services:
- IBlobServiceClientProvider
- ITableServiceClientProvider
- IServiceBusAdministrationClientProvider
- IServiceBusClientProvider