DashboardDesignerClipboardContainsDashboardTab Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the clipboard contains valid data to support the PasteDashboardTab method.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ClipboardContainsDashboardTab { get; }
Public ReadOnly Property ClipboardContainsDashboardTab As Boolean
Get
public:
virtual property bool ClipboardContainsDashboardTab {
bool get () sealed;
}
function get_ClipboardContainsDashboardTab();
Return Value
Type:
BooleanTrue if the clipboard contains valid data to support the PasteDashboardTab method.
Remarks See Also