Assembly: Adhoc;
Namespace: Prognoz.Platform.Interop.Adhoc;
The IAdhocDataSourceObjects interface is used to work with the collection of dashboard data sources.
IAdhocDataSourceObjects
To get the collection, use the IAdhocReport.DataSourceObjects property.
Property name | Brief description | |
The AutoSyncNewSource property determines whether to execute auto linking and synchronization of data source dimensions. | ||
AutoUpdateSources | The AutoUpdateSources property determines whether dashboard data sources must be autoupdated. | |
The Count property returns the number of elements in the collection. | ||
The Item property returns the specified collection element. | ||
The IsLinked property returns whether a data source is linked. | ||
The Report property returns a parent dashboard. |
Method name | Brief description | |
The Clear method clears the collection. | ||
The FindById method searches for a data source by identifier. | ||
The Remove method removes the specified data source from the collection. | ||
The RemoveById method removes the specified data source from the collection by its identifier. |
See also: