Skip to main content
A newer version of this page is available. .
All docs
V21.2

DataSourceManager Methods

Allows you to get data source(s) from a report or controls.
Name Description
AddDataSources(XtraReport, IComponent[]) static A static method that adds data source(s) to a report.
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.
GetDataSourceAssignables(XtraReport, Boolean) static A static method that returns controls or parameters with data sources that are stored in a report.
GetDataSourceAssignables<TDataSourceAssignable>(XtraReport, Boolean) static A static method that returns controls and parameters of the specified type that have data sources and are stored in a report.
GetDataSourceAssignablesByDataSource(XtraReport, Object, Boolean) static A static method that returns controls and parameters with the specified data source that are stored in a report.
GetDataSources(XtraReport, Boolean) static A static method that returns data sources stored in a report.
GetDataSources<TDataSource>(XtraReport, Boolean) static A static method that returns data sources of the specified type that are stored in a report.
GetHashCode() Serves as the default hash function. Inherited from Object.
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.
ReplaceDataSource(XtraReport, Object, Object, Boolean) static A static method that replaces the specified data source in a report with a new data source.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also