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

ReportingConfigurationBuilder(IServiceCollection) Constructor

Creates the ReportDesignerBuilder class’ instance.

Namespace: DevExpress.AspNetCore.Reporting

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

Declaration

public ReportingConfigurationBuilder(
    IServiceCollection serviceCollection
)

Parameters

Name Type Description
serviceCollection IServiceCollection

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

See Also