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

ReportDesignerConfigurationBuilder.RegisterDataSourceWizardJsonConnectionStorage<T>() Method

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

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

Type Parameters

Name
T

Returns

Type
ReportDesignerConfigurationBuilder
See Also