2.312 CellDefinition
Applies to RDL 2016/01
The CellDefinition element specifies information about a cell definition for a report parameter layout grid.
The following are the parent and child elements of the CellDefinition element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the CellDefinition element.
-
<xsd:complexType name="CellDefinitionType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="ColumnIndex" type="xsd:int" minOccurs="1" /> <xsd:element name="RowIndex" type="xsd:int" minOccurs="1" /> <xsd:element name="ParameterName" type="xsd:normalizedString" minOccurs="1" /> </xsd:choice> </xsd:complexType>