DataPA Enterprise Dashboard Controls API Reference
The CubeDataRenderer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CubeDataRenderer()()()() |
Creates and returns a new cube.
|
|
CubeDataRenderer(DataTable, GroupColumns, SummaryColumns) |
Creates and returns a new cube.
|
|
CubeDataRenderer(DataTable, GroupColumns, SummaryColumns, Boolean) |
Creates and returns a new cube.
|
Methods
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
Columns |
Gets an array of strings representing the Columns of the cube.
|
|
FlagTotalRow |
Gets and sets a value that indicates if an extra column should be added to the pivot data to indicate a total row.
|
|
Rows |
Gets an array of strings representing the rows of the cube.
|
|
SourceDataTable |
Gets the source data table this cube was built from.
|
|
Sums |
Gets an array of strings representing the Sums of the cube.
|
|
TargetDataTable |
Gets the resulting cubed data table.
|