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

WebDocumentViewerConfigurationBuilder(IServiceCollection) Constructor

Creates the WebDocumentViewerConfigurationBuilder class’ instance.

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerConfigurationBuilder(
    IServiceCollection serviceCollection
)

Parameters

Name Type Description
serviceCollection IServiceCollection

The application’s service collection to be populated using the WebDocumentViewerConfigurationBuilder‘s methods.

See Also