Class PropertyCrosstabDimension
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents either the row or column dimension of a crosstab including groupings, group labels and sum labels.
public class PropertyCrosstabDimension : DomItem
- Inheritance
-
PropertyCrosstabDimension
- Inherited Members
Properties
GroupLabel
Gets the group label cells for each grouping level.
[JsonInclude]
public CollectionCrosstabCellGroupLabels GroupLabel { get; }
Property Value
Groupings
Gets the grouping formulas defining this dimension hierarchy.
[JsonInclude]
public CollectionFormulas Groupings { get; }
Property Value
SumLabel
Gets the sum label cells for each grouping level.
[JsonInclude]
public CollectionCrosstabCellSumLabels SumLabel { get; }