DashboardDesignerSelectedQuery Property |
|
DataPA OpenAnalytics API Reference
Gets a DashboardQuery object that is the currently selected dashboard query. If none are selected, returns nothing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardQuery SelectedQuery { get; }
Public ReadOnly Property SelectedQuery As DashboardQuery
Get
public:
virtual property DashboardQuery^ SelectedQuery {
DashboardQuery^ get () sealed;
}
function get_SelectedQuery();
Return Value
Type:
DashboardQueryThe DashboardQuery object that is the currently selected dashboard query. If none are selected, then nothing.
Remarks See Also