DataPA Enterprise Dashboard Controls API Reference
Gets the Descendant (drill down) Dashboard Object with the specified ID.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
DashboardObjectThe Descendant (drill down) Dashboard Object with the specified ID (or nothing if it doies not exist).
Remarks
See Also