DashboardDesignerEditDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Opens the object definition dialog box for the Dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void EditDashboardObject(
string ID = null
)
Public Sub EditDashboardObject (
Optional ID As String = Nothing
)
public:
virtual void EditDashboardObject(
String^ ID = nullptr
) sealed
function EditDashboardObject(ID);
Parameters
- ID (Optional)
- Type: SystemString
The ID of the DashboardObject. If ID is not specified (or is a blank string), the DashboardObject specified by SelectedObject is used.
Remarks See Also