IAdhocDataSourceObject

Assembly: Adhoc;

Namespace: Prognoz.Platform.Interop.AdHoc;

Description

The IAdhocDataSourceObject interface is used to work with a dashboard data source.

Inheritance Hierarchy

          IAdhocDataSourceObject

Comments

To get all dashboard data sources, use the IAdhocReport.DataSourceObjects property.

Properties

  Property name Brief description
The AcceptDataSelection property determines whether the selected selection should be converted to visual selection.
DataSourceObjects The DataSourceObjects property returns a collection of data sources.
The Dimensions property returns a collection of data source dimensions.
Id The Id property determines data source identifier.
Outdated. Use IAdhocDataSourceObject.GetSourceObject.
The ParamValues property returns a collection of data source parameter values.
The SourceObjectDescriptor property returns data source as a repository object.
The TrackAreaSelection property determines whether the selected visualizer area should be tracked.

Method

  Method name Brief description
GetSourceObject The GetSourceObject method determines a dashboard child element.

See also:

Adhoc Assembly Interfaces