Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportDataSourceHelper Methods

Defines API used to manage reports and their data sources.
Name Description
CreateReportObjectSpaceProviderCore(Component) Returns an IObjectSpaceProvider for the specified report or report component.
GetMasterReportDataSource(XtraReport) Returns the data source of the specified report.
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