Skip to main content
All docs
V25.1
  • .NET 8.0+

    IReportDataSourceHelper Interface

    Defines API used to manage reports and their data sources.

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.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