Click or drag to resize
CubeDataRenderer Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Builds a cube from a specified data set.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardCubeDataRenderer

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

The CubeDataRenderer type exposes the following members.

Constructors
Methods
Fields
Properties
  NameDescription
Public propertyColumns
Gets an array of strings representing the Columns of the cube.
Public propertyFlagTotalRow
Gets and sets a value that indicates if an extra column should be added to the pivot data to indicate a total row.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyRows
Gets an array of strings representing the rows of the cube.
Public propertySourceDataTable
Gets the source data table this cube was built from.
Public propertySums
Gets an array of strings representing the Sums of the cube.
Public propertyTargetDataTable
Gets the resulting cubed data table.
Top
Remarks
Source data table must be summarised, this object does not summarise the data.
See Also