Skip to main content
.NET 6.0+

ReportDataSourceHelper Methods

Provides helper methods and events used to manage reports and their data sources.
Name Description
AttachCriteriaWithReportParametersManager(XtraReport) Subscribes to the report’s XRControl.BeforePrint event and updates the report’s data source criteria. Inherited from ReportDataSourceHelperBase.
CreateReportObjectSpaceProviderCore(Component) Inherited from ReportDataSourceHelperBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMasterReportDataSource(XtraReport) Returns the data source of the specified report. Inherited from ReportDataSourceHelperBase.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterObjectSpaceProviderService(XtraReport) Registers a service that supplies an IObjectSpace when it is required by the report data source. Inherited from ReportDataSourceHelperBase.
RegisterReportEnumLocalizer(XtraReport) Registers a localizer for enumeration types used in a report. Inherited from ReportDataSourceHelperBase.
SetupBeforePrint(XtraReport, ReportParametersObjectBase, CriteriaOperator, Boolean, SortProperty[], Boolean) Prepares the report for further printing. Inherited from ReportDataSourceHelperBase.
SetupBeforePrint(XtraReport) Prepares the report for further printing. Inherited from ReportDataSourceHelperBase.
SetupReport(XtraReport, ReportParametersObjectBase, CriteriaOperator, Boolean, SortProperty[], Boolean) Initializes the specified report. Inherited from ReportDataSourceHelperBase.
SetupReport(XtraReport) Initializes the specified report. Inherited from ReportDataSourceHelperBase.
SetupReportDataSource(XtraReport, CriteriaOperator, Boolean, SortProperty[], Boolean) Passes criteria and sorting to the report data source. Inherited from ReportDataSourceHelperBase.
SetXafReportParametersObject(XtraReport, ReportParametersObjectBase) Adds a ReportParametersObjectBase descendant object that specifies report parameters to the XtraReport.Parameters collection (if this object exists). Inherited from ReportDataSourceHelperBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also