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
objectNamestringitemCollectionCollectionTableFieldBases
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
objectNamestringitemCollectionCollectionTableFieldBasesindexint
Properties
Height
Gets or sets the field height.
public string Height { get; set; }