Click or drag to resize
DashboardDesignerSelectedQuery Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a DashboardQuery object that is the currently selected dashboard query. If none are selected, returns nothing.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardQuery SelectedQuery { get; }

Return Value

Type: DashboardQuery
The DashboardQuery object that is the currently selected dashboard query. If none are selected, then nothing.
Remarks