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

    ReportDataSourceHelperBase Events

    Implements API used to manage reports and their data sources.
    Name Description
    BeforeShowPreview Occurs when the ReportDataSourceHelper.SetupBeforePrint method is executed.
    CustomSetCriteria Occurs when criteria are applied to the report data source.
    CustomSetSorting Occurs when sorting is applied to the report data source.
    CustomSetupReportDataSource Occurs when the report data source is initialized.
    See Also