AzureConnectionStringProvider(String, String) Constructor
Initializes a new instance of the AzureConnectionStringProvider class with specified settings.
Namespace: DevExpress.AspNetCore.Reporting.Azure.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v23.1.Azure.dll
NuGet Package: DevExpress.AspNetCore.Reporting.Azure
Declaration
public AzureConnectionStringProvider(
string cloudStorageConnectionString,
string serviceBusConnectionString
)
Parameters
Name | Type |
---|---|
cloudStorageConnectionString | String |
serviceBusConnectionString | String |
See Also