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.v25.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RegisterConnectionProviderFactory<T>() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also