Skip to main content

WebDocumentViewerConfigurationBuilder.RegisterConnectionProviderFactory<T>() Method

Registers a custom connection provider factory that creates a provider restoring a data connection on a report deserialization.

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerConfigurationBuilder RegisterConnectionProviderFactory<T>()
    where T : class, IConnectionProviderFactory

Type Parameters

Name Description
T

A custom connection provider factory that implements the IConnectionProviderFactory interface.

Returns

Type Description
WebDocumentViewerConfigurationBuilder

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

See Also