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

AzureWebDocumentViewerContainer.UseAzureEnvironment(String, String) 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 UseAzureEnvironment(
    string cloudStorageConnectionString,
    string serviceBusConnectionString
)

Parameters

Name Type Description
cloudStorageConnectionString String

A String value, specifying the connection to the Azure Cloud Storage.

serviceBusConnectionString String

A System.String value, specifying the connection to the Azure Service Bus.

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