Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

IReportDataSourceHelper Interface

Defines API used to manage reports and their data sources.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll

Declaration

public interface IReportDataSourceHelper

Remarks

Use Dependency Injection to access the IReportDataSourceHelper service:

// Use Dependency Injection to access the IServiceProvider.
IReportDataSourceHelper reportDataSourceHelper = serviceProvider.GetRequiredService<IReportDataSourceHelper>();

For more information about how to access services, refer to the following help section: Access Services Using XafApplication.

Additional examples:

See Also