Skip to main content

AzureReportingConfigurator.UseAzureCachedReportSourceBuilder(WebDocumentViewerConfigurationBuilder, String, StorageSynchronizationMode) Method

Namespace: DevExpress.AspNetCore.Reporting.Azure

Assembly: DevExpress.AspNetCore.Reporting.v23.2.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