Skip to main content

DataSource Properties

Obsolete. A data source that provides data for the dashboard.
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.
See Also