Skip to main content

ReportDesignerConfigurationBuilder(IServiceCollection) Constructor

Creates the ReportDesignerConfigurationBuilder class’ instance.

Namespace: DevExpress.AspNetCore.Reporting

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerConfigurationBuilder(
    IServiceCollection serviceCollection
)

Parameters

Name Type Description
serviceCollection IServiceCollection

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

See Also