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

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

    Namespace: DevExpress.AspNetCore.Reporting

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

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public WebDocumentViewerConfigurationBuilder RegisterDBSchemaProviderExFactory<T>()
        where T : class, IDBSchemaProviderExFactory

    Type Parameters

    Name
    T

    Returns

    Type Description
    WebDocumentViewerConfigurationBuilder

    A WebDocumentViewerConfigurationBuilder that can be used to further configure Web Document Viewer services.

    Remarks

    A custom database schema provider allows you to filter the objects used to rebuild the database schema before displaying the data.

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

    See Also