DefaultReportDesignerContainer.RegisterSqlDataSourceWizardCustomizationService<T>() Method
Registers the SQL data source wizard customization service.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
public static void RegisterSqlDataSourceWizardCustomizationService<T>()
where T : ISqlDataSourceWizardCustomizationService
Type Parameters
| Name |
|---|
| T |
See Also