Skip to main content
All docs
V26.1
  • DefaultWebDocumentViewerContainer.RegisterDBSchemaProviderExFactory<T>() Method

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

    Assembly: DevExpress.XtraReports.v26.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