Skip to main content

WebDocumentViewerConfigurationBuilder.RegisterDBSchemaProviderExFactory<T>() Method

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

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

Type Parameters

Name
T

Returns

Type
WebDocumentViewerConfigurationBuilder
See Also