DashboardDesignerShowCopyQuery Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the Copy an existing query step is shown in the query wizard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowCopyQuery { get; set; }
Public Property ShowCopyQuery As Boolean
Get
Set
public:
virtual property bool ShowCopyQuery {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowCopyQuery();
function set_ShowCopyQuery(value);
Property Value
Type:
BooleanTrue if the Copy an existing query step is shown in the query wizard.
Return Value
Type:
BooleanTrue if the Copy an existing query step is shown in the query wizard.
Remarks See Also