Skip to main content

AzureWebDocumentViewerContainer.UseAzureEnvironment(String) Method

Enables the Web Document Viewer and Report Designer to run on Microsoft Azure.

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

public static void UseAzureEnvironment(
    string cloudStorageConnectionString
)

Parameters

Name Type Description
cloudStorageConnectionString String

A String value, that specifies the connection to the Azure Cloud Storage.

Remarks

This method replaces some internal services of a Document Viewer and Report Designer to services specifically designed for the decentralized environment of Azure.

To learn more, see Microsoft Azure Reporting.

See Also