2.74.2 TableCell.ReportItems

Applies to RDL 2003/10 and RDL 2005/01

The TableCell.ReportItems element specifies an element of the report layout as a collection of report items (such as lists, text boxes, and lines) that is contained within a cell of a Table.

This element MUST be specified and is of type ReportItems. The ReportItems collection MUST contain exactly one report item. The Top, Left, Height, and Width elements for this report item are ignored, and their values are interpreted as follows:

  • Position: "0, 0"

  • Size: "100%, 100%"

Page breaks on report items inside a TableCell are ignored.

Following is the parent element of the TableCell.ReportItems element.

Parent elements

TableCell

The following is the XML Schema definition of the TableCell.ReportItems element.          

 <xsd:element name="ReportItems" type="ReportItemsType" />