2.312.2 CellDefinition.RowIndex

Applies to RDL 2016/01

The CellDefinition.RowIndex element specifies the row index for a cell within a report parameter layout grid. This element MUST be specified. Its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) that is greater than or equal to 0 and less than the value of the GridLayoutDefinition.NumberOfRows element.

Following is the parent element of the CellDefinition.RowIndex element.

Parent elements

CellDefinition

The following is the XML Schema definition of the CellDefinition.RowIndex element.

 <xsd:element name="RowIndex" type="xsd:int" minOccurs="1" />