DashboardObjects Constructor (DashboardTab) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardObjects object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjects(
DashboardTab Parent
)
Public Sub New (
Parent As DashboardTab
)
public:
DashboardObjects(
DashboardTab^ Parent
)
DataPAEnterpriseDashboard.DashboardObjects = function(Parent);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardDashboardTab
An object that represents the parent of this object.
Remarks See Also