Skip to main content
All docs
V25.2
  • IReportDataSourceHelper Methods

    Defines API used to manage reports and their data sources.
    Name Description
    SetupBeforePrint(XtraReport, ReportParametersObjectBase, CriteriaOperator, Boolean, SortProperty[], Boolean) Prepares the report for further printing.
    SetupBeforePrint(XtraReport) Prepares the report for further printing.
    SetupReport(XtraReport, ReportParametersObjectBase, CriteriaOperator, Boolean, SortProperty[], Boolean) Initializes the specified report.
    SetupReport(XtraReport) Initializes the specified report.
    SetXafReportParametersObject(XtraReport, ReportParametersObjectBase) Adds a ReportParametersObjectBase descendant object that specifies report parameters to the XtraReport.Parameters collection (if this object exists).
    See Also