Skip to main content
All docs
V24.1
.NET 6.0+

IReportDataSourceHelper Members

Defines API used to manage reports and their data sources.

Methods

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).

Events

Name Description
BeforeShowPreview Occurs when the IReportDataSourceHelper.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