Table of Contents

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

itemCollection CollectionTableFieldBases

TableFieldTable(CollectionTableFieldBases, int)

Creates and inserts a nested table field at the specified index.

public TableFieldTable(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Data

Gets the data line options.

[JsonInclude]
public PropertyDataLinesOptions Data { get; }

Property Value

PropertyDataLinesOptions

DefaultFrame

Gets the default frame definition (default line styling / spacing).

[JsonInclude]
public PropertyFrame DefaultFrame { get; }

Property Value

PropertyFrame

DesignScheme

Gets or sets the design scheme for the table field.

public string DesignScheme { get; set; }

Property Value

string

DistanceBottom

Gets or sets the distance (spacing) after the element.

public string DistanceBottom { get; set; }

Property Value

string

Filter

Filter expression controlling rendering / data iteration.

public string Filter { get; set; }

Property Value

string

Gets the footer line options.

[JsonInclude]
public PropertyFooterLinesOptions Footer { get; }

Property Value

PropertyFooterLinesOptions

GroupFooter

Gets the group footer line options.

[JsonInclude]
public PropertyGroupFooterLinesOptions GroupFooter { get; }

Property Value

PropertyGroupFooterLinesOptions

GroupHeader

Gets the group header line options.

[JsonInclude]
public PropertyGroupHeaderLinesOptions GroupHeader { get; }

Property Value

PropertyGroupHeaderLinesOptions

ReservedMinHeight

Gets or sets the minimum reserved height.

public string ReservedMinHeight { get; set; }

Property Value

string

SortOrderId

Gets or sets the sort order identifier (multi-table mode only).

public string SortOrderId { get; set; }

Property Value

string

SubItems

Gets the collection of sub items contained in the nested table.

[JsonInclude]
public CollectionSubItemCoreBase SubItems { get; }

Property Value

CollectionSubItemCoreBase