DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The dashboard Object.
Gets and sets a DashboardQuery in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardQuery Item( int Index ) |
Visual Basic |
---|
Public Function Item ( Index As Integer ) As DashboardQuery |
Visual C++ |
---|
public: virtual DashboardQuery^ Item( int Index ) sealed |
Parameters
- Index
- Type: System..::..Int32
The Index of the Dashboard Object.
Return Value
Type: DashboardQueryThe dashboard Object.