DataPA Enterprise Dashboard Controls API Reference
Copies to the clipboard the Dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void CopyDashboardObject(
string ID = null
) |
Visual Basic |
---|
Public Sub CopyDashboardObject (
Optional ID As String = Nothing
) |
Visual C++ |
---|
public:
virtual void CopyDashboardObject(
String^ ID = nullptr
) sealed |
Parameters
- ID (Optional)
- Type: System..::..String
The ID of the dashboardObject to copy. If ID is not specified (or is a blank string), the DashboardObject specified by SelectedObject is used.
Remarks
See Also