WebDocumentViewerConfigurationBuilder(IServiceCollection) Constructor
In This Article
Creates the WebDocumentViewerConfigurationBuilder class’ instance.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public WebDocumentViewerConfigurationBuilder(
IServiceCollection serviceCollection
)
#Parameters
Name | Type | Description |
---|---|---|
service |
IService |
The application’s service collection to be populated using the Web |
See Also