Back to Devexpress

DefaultReportDesignerContainer.RegisterSqlDataSourceWizardCustomizationService<T>() Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-defaultreportdesignercontainer-dot-registersqldatasourcewizardcustomizationservice-1.md

latest1.8 KB
Original Source

DefaultReportDesignerContainer.RegisterSqlDataSourceWizardCustomizationService<T>() Method

Registers the SQL data source wizard customization service.

Namespace : DevExpress.XtraReports.Web.ReportDesigner

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public static void RegisterSqlDataSourceWizardCustomizationService<T>()
    where T : ISqlDataSourceWizardCustomizationService
vb
Public Shared Sub RegisterSqlDataSourceWizardCustomizationService(Of T As ISqlDataSourceWizardCustomizationService)

Type Parameters

Name
T

See Also

Custom SQL Query in the Report Designer for Web

Custom SQL Query Validation (Web)

DefaultReportDesignerContainer Class

DefaultReportDesignerContainer Members

DevExpress.XtraReports.Web.ReportDesigner Namespace