DataSource Members
Obsolete. A data source that provides data for the dashboard.Constructors
| Name | Description |
|---|---|
| DataSource() |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(OlapDataProvider) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(SqlDataProvider) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(Object, String) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(Object) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(String, OlapDataProvider) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(String, SqlDataProvider) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(String, Object, String) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(String, Object) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
| DataSource(String) |
Initializes a new instance of the DevExpress.DashboardCommon.DataSource class.
|
Properties
| Name | Description |
|---|---|
| CalculatedFields | Provides access to data source’s calculated fields. |
| ConnectionParameters | Gets parameters used to establish a connection to data. |
| Data | Gets or sets the data object for the data source. |
| DataMember | Gets or sets a specific list in a data source. |
| DataProcessingMode | Gets or sets the data processing mode for the current data source. |
| DataSchema | Gets or sets an XML/XSD file, containing a schema of a dashboard’s data source. |
| Filter | Gets or sets the logical expression to be applied to the data for filtering. |
| HasDataProvider | Gets whether the dashboard data provider is used to supply the current data source with data. |
| IsConnected | For internal use. |
| IsServerModeSupported | Gets whether the current data source supports server-side data processing. |
| OlapDataProvider | Gets a data provider for an OLAP data source. |
| SqlDataProvider | Gets a data provider for regular data sources. |
Methods
| Name | Description |
|---|---|
| BeginInit() | For internal use. |
| EndInit() | For internal use. |
| 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. |
| GetIsSqlServerMode(DataProcessingMode) | For internal use. |
| 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. |
See Also