Class TableFieldTable
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Nested table field containing its own set of sub items (table within table).
public class TableFieldTable : TableFieldBase
- Inheritance
-
TableFieldTable
- Inherited Members
Constructors
TableFieldTable(CollectionTableFieldBases)
Creates and appends a nested table field.
public TableFieldTable(CollectionTableFieldBases itemCollection)
Parameters
itemCollectionCollectionTableFieldBases
TableFieldTable(CollectionTableFieldBases, int)
Creates and inserts a nested table field at the specified index.
public TableFieldTable(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Data
Gets the data line options.
[JsonInclude]
public PropertyDataLinesOptions Data { get; }
Property Value
DefaultFrame
Gets the default frame definition (default line styling / spacing).
[JsonInclude]
public PropertyFrame DefaultFrame { get; }
Property Value
DesignScheme
Gets or sets the design scheme for the table field.
public string DesignScheme { get; set; }
Property Value
DistanceBottom
Gets or sets the distance (spacing) after the element.
public string DistanceBottom { get; set; }
Property Value
Filter
Filter expression controlling rendering / data iteration.
public string Filter { get; set; }
Property Value
Footer
Gets the footer line options.
[JsonInclude]
public PropertyFooterLinesOptions Footer { get; }
Property Value
GroupFooter
Gets the group footer line options.
[JsonInclude]
public PropertyGroupFooterLinesOptions GroupFooter { get; }
Property Value
GroupHeader
Gets the group header line options.
[JsonInclude]
public PropertyGroupHeaderLinesOptions GroupHeader { get; }
Property Value
ReservedMinHeight
Gets or sets the minimum reserved height.
public string ReservedMinHeight { get; set; }
Property Value
SortOrderId
Gets or sets the sort order identifier (multi-table mode only).
public string SortOrderId { get; set; }
Property Value
SubItems
Gets the collection of sub items contained in the nested table.
[JsonInclude]
public CollectionSubItemCoreBase SubItems { get; }