Skip to main content
All docs
V25.1
  • BlazorReportingConfigurationBuilder(IServiceCollection) Constructor

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

    Namespace: DevExpress.Blazor.Reporting

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

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

    Declaration

    public BlazorReportingConfigurationBuilder(
        IServiceCollection serviceCollection
    )

    Parameters

    Name Type
    serviceCollection IServiceCollection
    See Also