Skip to main content

AzureConnectionStringProvider(String) Constructor

Initializes a new instance of the AzureConnectionStringProvider class with specified settings.

Namespace: DevExpress.AspNetCore.Reporting.Azure.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v23.2.Azure.dll

NuGet Package: DevExpress.AspNetCore.Reporting.Azure

Declaration

public AzureConnectionStringProvider(
    string cloudStorageConnectionString
)

Parameters

Name Type
cloudStorageConnectionString String
See Also