Share via


2.63 MatrixCell

Applies to RDL 2003/10 and RDL 2005/01

The MatrixCell element specifies the contents of each detail cell in a Matrix.

Page breaks on report items inside a MatrixCell are ignored. For the purposes of Visibility.ToggleItem, a MatrixCell is considered to be in the same scope as the matrix. This means that report items contained within a MatrixCell do not have their visibility toggled by report items in the matrix row headers or column headers.

The following are the parent and child elements of the MatrixCell element.

Parent elements

MatrixCells

Child elements

MatrixCell.ReportItems

The following is the XML Schema definition of the MatrixCell element.          

 <xsd:complexType name="MatrixCellType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ReportItems" type="ReportItemsType" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>