Click or drag to resize
DashboardQuery Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The DashboardQuery type exposes the following members.

Methods
  Name Description
Public method CancelRefresh
Cancels a refresh operation for this query.
Public method ClearCachedSourceData
If the dashboard has been loaded without source data, will clear the stored data
Public method ClearRequiredFieldsSuppliedByThirdParty
Public method ClearRows
Clears the rows from the datatable(s) associated with the query leaving just the datatable(s) columns
Public method GetObjectData(SerializationInfo)
Public method GetObjectData(SerializationInfo, StreamingContext)
Public method GetTelemetryMetrics
Public method GetTelemetryProperties
Public method KillTimer
Kills any auto refresh timers on this dashboard query
Public method LoadSourceData
If the dashboard has been loaded without source data, will force the data to load
Public method QueriesRefreshedWithThisQuery
Public method ReApplyCalculatedColumns
Rebuilds the values of any calculated columns in this query.
Public method RefreshData
Causes the the query to refresh its data.
Public method RefreshData(Boolean, Boolean, String, String)
Causes the the query to refresh its data.
Public method RequiredFieldsSuppliedByThirdParty
Public method ResolveRequiredFieldRequirements
Ensures each required field defined by this query has an assoiciated ControlPanelObject on the dashboard.
Public method SetNextAutoRefresh
Sets the next auto refresh for this query.
Public method SetNextAutoRefresh(DateTime)
Sets the next auto refresh for this query.
Public method UpdateDataSetFields
Public method UpdateQuery
Updates the Query object this DashboardQuery is based on.
Top
See Also