Class CrosstabCellGroupLabel
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Crosstab group label cell (one per grouping level) supporting drawing, sorting, auto fill and expansion.
public class CrosstabCellGroupLabel : CrosstabCellBase, IDomItemWithConditionalFormatter, IDomItemWithOutputFormatter
- Inheritance
-
CrosstabCellGroupLabel
- Implements
- Inherited Members
Properties
AutoFill
Gets the auto fill configuration.
[JsonInclude]
public PropertyAutoFill AutoFill { get; }
Property Value
Drawing
Gets the drawing configuration for the group label.
[JsonInclude]
public PropertyDawing Drawing { get; }
Property Value
Expandable
Gets or sets whether the group is expandable.
public string Expandable { get; set; }
Property Value
MaxEntryCount
Gets the maximum entry count configuration.
[JsonInclude]
public PropertyMaxEntryCount MaxEntryCount { get; }
Property Value
ShowSpanLabel
Gets or sets whether the label spans multiple cells.
public string ShowSpanLabel { get; set; }
Property Value
SortOrderAscending
Gets the ascending sort order configuration.
[JsonInclude]
public PropertySortOrderAscending SortOrderAscending { get; }