Class PropertyTableLines
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Container aggregating the line collections (Header, GroupHeader, Data, GroupFooter, Footer) for a dynamic table.
public class PropertyTableLines : DomItem
- Inheritance
-
PropertyTableLines
- Inherited Members
Properties
Data
Gets the collection of data lines (repeated per record).
[JsonInclude]
public CollectionTableLinesData Data { get; }
Property Value
Footer
Gets the collection of footer lines (null if unsupported in current context).
[JsonInclude]
public CollectionTableLinesFooter Footer { get; }
Property Value
GroupFooter
Gets the collection of group footer lines (null if grouping not active / unsupported).
[JsonInclude]
public CollectionTableLinesGroupFooter GroupFooter { get; }
Property Value
GroupHeader
Gets the collection of group header lines (null if grouping not active / unsupported).
[JsonInclude]
public CollectionTableLinesGroupHeader GroupHeader { get; }
Property Value
Header
Gets the collection of header lines (may be null if unsupported in current context).
[JsonInclude]
public CollectionTableLinesHeader Header { get; }