Click or drag to resize
DashboardObjectDescendantDashboardObject Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Descendant (drill down) Dashboard Object with the specified ID.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardObject this[
	string ID
] { get; }

Parameters

ID
Type: SystemString
The ID of the Descendant dashboard object you want to return.

Return Value

Type: DashboardObject
The Descendant (drill down) Dashboard Object with the specified ID (or nothing if it doies not exist).
Remarks