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

ReportDesignerConfigurationBuilder.RegisterDataSourceWizardJsonConnectionStorage<T>(Boolean) Method

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerConfigurationBuilder RegisterDataSourceWizardJsonConnectionStorage<T>(
    bool overrideWebConfigConnections
)
    where T : class, IDataSourceWizardJsonConnectionStorage

Parameters

Name Type
overrideWebConfigConnections Boolean

Type Parameters

Name
T

Returns

Type
ReportDesignerConfigurationBuilder
See Also