AzureReportingConfigurator.UseAzureCachedReportSourceBuilder(WebDocumentViewerConfigurationBuilder) Method
Implements a document cache based on Azure Storage data services.
Namespace: DevExpress.AspNetCore.Reporting.Azure
Assembly: DevExpress.AspNetCore.Reporting.v25.2.Azure.dll
NuGet Package: DevExpress.AspNetCore.Reporting.Azure
Declaration
public static WebDocumentViewerConfigurationBuilder UseAzureCachedReportSourceBuilder(
this WebDocumentViewerConfigurationBuilder viewerConfigurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| viewerConfigurator | WebDocumentViewerConfigurationBuilder | A WebDocumentViewerConfigurationBuilder that constructs the Web Document Viewer object for which caching is implemented. |
Returns
| Type | Description |
|---|---|
| WebDocumentViewerConfigurationBuilder | A WebDocumentViewerConfigurationBuilder that can be used to further configure Web Document Viewer services. |
Remarks
If you call the UseAzureCachedReportSourceBuilder() method without arguments in your application, implement and register the following services:
- IBlobServiceClientProvider
- ITableServiceClientProvider
- IServiceBusAdministrationClientProvider
- IServiceBusClientProvider
See Also