2.77 TableColumns
Applies to RDL 2003/10 and RDL 2005/01
The TableColumns element specifies the collection of columns in a Table. If the TableColumns element is specified, there MUST be at least one and there can be more than one TableColumn in the TableColumns collection. There MUST be one TableColumn per column in the table.
The following are the parent and child elements of the TableColumns element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the TableColumns element.
-
<xsd:complexType name="TableColumnsType"> <xsd:sequence> <xsd:element name="TableColumn" type="TableColumnType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>