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

ReportingConfigurationBuilder Class

Exposes methods for registering additional services specific for the Web Report Designer, Web Document Viewer and Web Query Builder.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public class ReportingConfigurationBuilder

Remarks

Access this class’ instance using the ConfigureReportingServices(IServiceCollection, Action<ReportingConfigurationBuilder>) extension method.

Inheritance

Object
ReportingConfigurationBuilder
See Also