Skip to main content
All docs
V25.2
  • ReportingConfigurationBuilderBase(IServiceCollection) Constructor

    Initializes a new instance of the ReportingConfigurationBuilderBase<T> class with specified settings.

    Namespace: DevExpress.XtraReports.Web.Extensions.Services

    Assembly: DevExpress.Web.Reporting.v25.2.Common.Services.dll

    NuGet Package: DevExpress.Web.Reporting.Common.Services

    Declaration

    public ReportingConfigurationBuilderBase(
        IServiceCollection serviceCollection
    )

    Parameters

    Name Type
    serviceCollection IServiceCollection
    See Also