DataPA Enterprise Dashboard Controls 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

C#
public DashboardObject this[
	string ID
] { get; }
Visual Basic
Public ReadOnly Property DescendantDashboardObject ( 
	ID As String
) As DashboardObject
	Get
Visual C++
public:
virtual property DashboardObject^ DescendantDashboardObject[String^ ID] {
	DashboardObject^ get (String^ ID) sealed;
}

Parameters

ID
Type: System..::..String
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