Skip to main content

ReportDesignerConfigurationBuilder.RegisterDataSourceWizardDBSchemaProviderExFactory<T>(Boolean) Method

Registers a custom database schema provider factory.

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerConfigurationBuilder RegisterDataSourceWizardDBSchemaProviderExFactory<T>(
    bool overrideReportPreviewProvider
)
    where T : class, IDataSourceWizardDBSchemaProviderExFactory

Parameters

Name Type Description
overrideReportPreviewProvider Boolean

True to use a custom dtabase schema provider factory in Report Preview; otherwise, false.

Type Parameters

Name
T

Returns

Type Description
ReportDesignerConfigurationBuilder

A QueryBuilderConfigurationBuilder that can be used to further configure Query Builder services.

Remarks

For code examples, review the following help topic: SQL Database - Customize the Schema.

See Also