Skip to main content

DefaultReportDesignerContainer.RegisterDataSourceWizardDBSchemaProviderExFactory<T>() Method

Registers the custom database schema provider factory.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static void RegisterDataSourceWizardDBSchemaProviderExFactory<T>()
    where T : IDataSourceWizardDBSchemaProviderExFactory

Type Parameters

Name
T

Remarks

Review the Provide a Custom Database Schema help topic for information on how to create a custom database schema provider.

See Also