Skip to main content
A newer version of this page is available. .

WebDocumentViewerConfigurationBuilder.RegisterDBSchemaProviderExFactory<T>() Method

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

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

Type Parameters

Name
T

Returns

Type
WebDocumentViewerConfigurationBuilder
See Also