2.311 CellDefinitions

Applies to RDL 2016/01

The CellDefinitions element specifies an ordered list of CellDefinition elements for a report parameter layout grid. This list MUST contain at least one CellDefinition element.

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

Parent elements

GridLayoutDefinition

Child elements

CellDefinitions.CellDefinition

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

 <xsd:complexType name="CellDefinitionsType" >
   <xsd:sequence>
     <xsd:element name="CellDefinition" type="CellDefinitionType" minOccurs="1" maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>