ControlPanelObject Constructor (ControlPanelObjects, ControlPanelObjectControlPanelObjectType, Collection, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new ControlPanelObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ControlPanelObject(
ControlPanelObjects Parent,
ControlPanelObjectControlPanelObjectType ObjectType,
Collection Queries,
string Label
)
Public Sub New (
Parent As ControlPanelObjects,
ObjectType As ControlPanelObjectControlPanelObjectType,
Queries As Collection,
Label As String
)
public:
ControlPanelObject(
ControlPanelObjects^ Parent,
ControlPanelObjectControlPanelObjectType ObjectType,
Collection^ Queries,
String^ Label
)
DataPAEnterpriseDashboard.ControlPanelObject = function(Parent, ObjectType, Queries, Label);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardControlPanelObjects
- ObjectType
- Type: DataPAEnterpriseDashboardControlPanelObjectControlPanelObjectType
- Queries
- Type: DataPAEnterpriseDashboardCollection
- Label
- Type: SystemString
Remarks See Also