Skip to main content
All docs
V24.1

BlazorWasmReportingConfigurationBuilder(IServiceCollection) Constructor

Initializes a new instance of the BlazorWasmReportingConfigurationBuilder class with specified settings.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.1.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

Declaration

public BlazorWasmReportingConfigurationBuilder(
    IServiceCollection serviceCollection
)

Parameters

Name Type
serviceCollection IServiceCollection
See Also