Click or drag to resize
DashboardDataStore Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Stores data for a specific instance of a dashboard.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardDataStore

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardDataStore : ISerializable

The DashboardDataStore type exposes the following members.

Constructors
  NameDescription
Public methodDashboardDataStore
Initializes a new instance of the DashboardDataStore class
Public methodDashboardDataStore(Boolean, Boolean)
Initializes a new instance of the DashboardDataStore class
Top
Methods
Properties
  NameDescription
Public propertyChartXMLCollection
Public propertyDashboard
Public propertyDataGridTables
Public propertyDrillDownFilters
Public propertyDrillDownSummaryData
Public propertyDropDownListArrays
Public propertyIsCollaborating
Public propertyIsCollaborationController
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyPivotTableCubes
Top
Remarks
Should be stored in the HttpContext.Current.Session using the InstanceID of the DashboardWebControl.
See Also