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

DefaultReportDesignerContainer.RegisterDataSourceWizardJsonConnectionStorage<T>(Boolean) Method

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static void RegisterDataSourceWizardJsonConnectionStorage<T>(
    bool overrideWebConfigConnections
)
    where T : IDataSourceWizardJsonConnectionStorage

Parameters

Name Type
overrideWebConfigConnections Boolean

Type Parameters

Name
T
See Also