Class SubItemTableBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the base class for sub-item tables in the DOM.
public class SubItemTableBase : SubItemBase
- Inheritance
-
SubItemTableBase
- Derived
- Inherited Members
Constructors
SubItemTableBase(CollectionSubItemCoreBase)
Creates and appends a table-based sub item.
public SubItemTableBase(CollectionSubItemCoreBase itemCollection)
Parameters
itemCollectionCollectionSubItemCoreBase
SubItemTableBase(CollectionSubItemCoreBase, int)
Creates and inserts a table-based sub item at the specified index.
public SubItemTableBase(CollectionSubItemCoreBase itemCollection, int index)
Parameters
itemCollectionCollectionSubItemCoreBaseindexint
Properties
DefaultFrame
Gets the default frame definition (default line styling / spacing).
[JsonInclude]
public PropertyFrame DefaultFrame { get; }
Property Value
DesignScheme
Gets or sets the design scheme identifier (color palette etc.).
public string DesignScheme { get; set; }
Property Value
Filling
Gets the filling / background definition for the table area.
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
FixedSize
Gets fixed size configuration (only for top level tables; may be null for nested tables).
[JsonInclude]
public PropertyFixedSize FixedSize { get; }
Property Value
Frame
Gets the active frame definition (without spacing) used for table outline.
[JsonInclude]
public PropertyFrameWithoutSpacing Frame { get; }
Property Value
PageBreakCondition
Gets or sets the page break condition (multi-table mode only; null if unsupported).
public string PageBreakCondition { get; set; }
Property Value
ShowSeparatorTickmarks
Gets or sets whether separator tick marks are shown (multi-table mode only; null if unsupported).
public string ShowSeparatorTickmarks { 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 nested sub items (e.g. for hierarchical / nested tables).
[JsonInclude]
public CollectionSubItemBases SubItems { get; }
Property Value
Methods
GetNameAliasForVirtualProperty(string)
protected override string GetNameAliasForVirtualProperty(string propertyName)
Parameters
propertyNamestring