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

AzureWebDocumentViewerContainer.UseCachedReportSourceBuilder(String, StorageSynchronizationMode) Method

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v20.1.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

public static void UseCachedReportSourceBuilder(
    string cloudStorageConnectionString,
    StorageSynchronizationMode storageSynchronizationMode
)

Parameters

Name Type
cloudStorageConnectionString String
storageSynchronizationMode StorageSynchronizationMode
See Also