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

AzureReportingConfigurator.UseAzureEnvironment(WebDocumentViewerConfigurationBuilder, String) Method

Namespace: DevExpress.AspNetCore.Reporting.Azure

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

NuGet Package: DevExpress.AspNetCore.Reporting.Azure

Declaration

public static WebDocumentViewerConfigurationBuilder UseAzureEnvironment(
    this WebDocumentViewerConfigurationBuilder viewerConfigurator,
    string cloudStorageConnectionString
)

Parameters

Name Type
viewerConfigurator WebDocumentViewerConfigurationBuilder
cloudStorageConnectionString String

Returns

Type
WebDocumentViewerConfigurationBuilder
See Also