QueryBuilderConfigurationBuilder(IServiceCollection) Constructor
Creates the QueryBuilderConfigurationBuilder class’ instance.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceCollection | IServiceCollection | The application’s service collection to be populated using the QueryBuilderConfigurationBuilder‘s methods. |
See Also