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

AzureReportingConfigurator.UseAzureCachedReportSourceBuilder(WebDocumentViewerConfigurationBuilder, String, StorageSynchronizationMode) Method

Namespace: DevExpress.AspNetCore.Reporting.Azure

Assembly: DevExpress.AspNetCore.Reporting.v20.1.Azure.dll

NuGet Package: DevExpress.AspNetCore.Reporting.Azure

Declaration

public static WebDocumentViewerConfigurationBuilder UseAzureCachedReportSourceBuilder(
    this WebDocumentViewerConfigurationBuilder viewerConfigurator,
    string cloudStorageConnectionString,
    StorageSynchronizationMode storageSynchronizationMode
)

Parameters

Name Type
viewerConfigurator WebDocumentViewerConfigurationBuilder
cloudStorageConnectionString String
storageSynchronizationMode StorageSynchronizationMode

Returns

Type
WebDocumentViewerConfigurationBuilder
See Also