WebDocumentViewerConfigurationBuilder.RegisterDBSchemaProviderExFactory<T>() Method
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v22.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