Skip to main content

DefaultWebDocumentViewerContainer.RegisterDBSchemaProviderExFactory<T>() Method

Registers a custom database schema provider factory for the Document Viewer component.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static void RegisterDBSchemaProviderExFactory<T>()
    where T : IDBSchemaProviderExFactory

Type Parameters

Name
T

Remarks

A custom database schema provider allows you to filter objects used for rebuilding the database schema prior to displaying data.

Review the following help topic for more information and code examples: Use a Custom Database Schema.

See Also