Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
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:

See Also