Table Attribute

<TableAttribute Name="Report">
  <Columns>
    <Column>Prompt</Column>
    <Column>UserResponse</Column>
    <Column>Comment</Column>
  </Columns>
</TableAttribute>

XML Elements

Columns

Defines a list of columns for the table. A column can come in different forms, such as the below described Elements Column, DateTimeColumn or EnumColumn.

Column

A simple rich text column.

<Column>Prompt</Column>

DateTimeColumn

<DateTimeColumn Name="Review Date" ShowTime="false"></DateTimeColumn>

EnumColumn

UserEnumColumn

CheckBoxColumn

MultiSelectColumn

OutgoingTracesColumn

IncomingTracesColumn

XML Attributes

ContainsRichText

Indicates if the table cells contains rich text or plain text. The default value is true.

UserCanAddRemoveRows

Indicates if the table rows can be added and removed. The default value is true.

Last updated

Was this helpful?