DataPA Enterprise Dashboard Controls API Reference

The CubeDataRenderer type exposes the following members.

Constructors

  Name Description
Public method CubeDataRenderer()()()()
Creates and returns a new cube.
Public method CubeDataRenderer(DataTable, GroupColumns, SummaryColumns)
Creates and returns a new cube.
Public method CubeDataRenderer(DataTable, GroupColumns, SummaryColumns, Boolean)
Creates and returns a new cube.

Methods

  Name Description
Public method GetObjectData
Public method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Columns
Gets an array of strings representing the Columns of the cube.
Public property FlagTotalRow
Gets and sets a value that indicates if an extra column should be added to the pivot data to indicate a total row.
Public property Rows
Gets an array of strings representing the rows of the cube.
Public property SourceDataTable
Gets the source data table this cube was built from.
Public property Sums
Gets an array of strings representing the Sums of the cube.
Public property TargetDataTable
Gets the resulting cubed data table.

See Also