CubeDataRenderer Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class CubeDataRenderer : _CubeDataRenderer, ISerializable
The CubeDataRenderer type exposes the following members.
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.
|
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
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.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
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.
|