DashboardObjectDescendantDashboardObject Property |
|
DataPA OpenAnalytics 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 public DashboardObject this[
string ID
] { get; }
Public ReadOnly Property DescendantDashboardObject (
ID As String
) As DashboardObject
Get
public:
virtual property DashboardObject^ DescendantDashboardObject[String^ ID] {
DashboardObject^ get (String^ ID) sealed;
}
function get_DescendantDashboardObject(ID);
Parameters
- ID
- Type: SystemString
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