IAdhocDataSourceObjects

Assembly: Adhoc;

Namespace: Prognoz.Platform.Interop.Adhoc;

Description

The IAdhocDataSourceObjects interface is used to work with the collection of dashboard data sources.

Inheritance Hierarchy

          IAdhocDataSourceObjects

Comments

To get the collection, use the IAdhocReport.DataSourceObjects property.

Properties

  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.

Methods

  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:

Adhoc Assembly Interfaces