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

The ManagedDashboard type exposes the following members.

Methods
  Name Description
Public method AddQueryFromFile
Allows a query to be added to the dashboard from a query file.
Public method Static member AlertsMenuJSON
Public method Static member ApplyFiltersToDashboard
Public method Static member ApplyTreeviewValues
Public method BuildDependentObjectLists
Method that builds the lists of dependant objects for each control panel object
Public method CancelRefreshingQuery
Causes the RefreshingQuery to be cancelled.
Public method ClearCachedSourceData
If the dashboard has been loaded without source data, will clear the stored data
Public method ClearData
Clears all stored data from this dashboard.
Public method ClearData(Boolean)
Clears all stored data from this dashboard.
Public method Static member DropDownListArrayString
Public method Static member EnsureObjectsAreRefreshed
Public method GetMetadata
Returns metadata on this Dashboard's objects, such as number of objects, number of control panels etc
Public method GetObjectData(SerializationInfo)
Public method GetObjectData(SerializationInfo, StreamingContext)
Public method GetTelemetryMetrics
Public method GetTelemetryProperties
Public method KillTimers
Stops all auto refresh timers.
Public method LoadSourceData
If the dashboard has been loaded without source data, will force the data to load
Public method ProcessAlerts
Method that checks the conditions against each defined dashboard alert and raises the Alert event for any that resolve to true
Public method ProcessAlerts(DashboardQuery)
Method that checks the conditions against each dashboard alert based on a specific query and raises the Alert event for any that resolve to true
Public method Static member ProcessAPIParametersUpdates
Public method Static member ProcessColumnDrillDownString
Public method Static member ProcessDataDrillDownString
Public method Static member ProcessDataGridRowDrillDownString
Public method ProcessGetSelectionResults
Public method Static member ProcessGroupDrillDownString
Public method Static member ProcessMobileGetDashboardProperties
Public method ProcessObjectsToExport
Method that checks for objects that need to be exported, and raises an event against any objects that need to be exported
Public method ProcessObjectsToExport(DashboardQuery)
Method that checks for objects that need to be exported, and raises an event against any objects that need to be exported
Public method ProcessPostRefreshData
Public method Static member ProcessRefreshOnOpen
Public method Publish
Publishes this Dashboard to DataPA Enterprise
Public method Static member pushToinmydata
Pushes data for this dashboard query to inmydata
Public method RefreshDataAndSave
Refreshes all the data in the dashboard and saves the resulting dashboard.
Public method RefreshXML
Causes all DashboardObjects in this ManagedDashboard to rebuild the XML property.
Public method Save
Saves this dashboard to disk.
Public method Serialize
Serializes this ManagedDashboard to a memory stream
Public method UpdateDashboardObjectsAfterQueryRefresh
Updates all of the dashboard objects dependant on a specific query
Public method Static member WriteJSONtoString
Top
See Also