tableHeader

The tableHeader element is an array of objects, each containing a description of a column (header text, original object field, and cell alignment).

Element Structure

The tableHeader element structure is as follows:

<xs:complexType name="tableHeader">

<xs:sequence>

<xs:element name="field" type="xs:string" />

<xs:element name="header" type="xs:string" />

<xs:element name="align" type="tns:alignmentEnum" minOccurs="1" maxOccurs="1"/>

</xs:sequence>

</xs:complexType>

Sub-elements

The tableHeader element contains the following sub-elements:

Name

Data Type

Comment

field

string

The name of the field (member) in the object variable.

header

string

The text to display in the header of the column for the field.

align

alignmentEnum

Defines the alignment of the data in the table cell (left, right or center).