Table of Contents

Class TableFieldExtensionObject

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a table field that hosts an extension (LLX) object inside table layouts.

public class TableFieldExtensionObject : TableFieldBase
Inheritance
TableFieldExtensionObject
Inherited Members

Constructors

TableFieldExtensionObject(string, CollectionTableFieldBases)

Creates and appends a new extension object field.

public TableFieldExtensionObject(string objectName, CollectionTableFieldBases itemCollection)

Parameters

objectName string
itemCollection CollectionTableFieldBases

TableFieldExtensionObject(string, CollectionTableFieldBases, int)

Creates and inserts a new extension object field at the given index.

public TableFieldExtensionObject(string objectName, CollectionTableFieldBases itemCollection, int index)

Parameters

objectName string
itemCollection CollectionTableFieldBases
index int

Properties

Height

Gets or sets the field height.

public string Height { get; set; }

Property Value

string