Skip to main content

AzureStorageAccountProvider(AzureConnectionStringProvider) Constructor

Initializes a new instance of the AzureStorageAccountProvider 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 AzureStorageAccountProvider(
    AzureConnectionStringProvider connectionStringProvider
)

Parameters

Name Type
connectionStringProvider AzureConnectionStringProvider
See Also