2.311.1 CellDefinitions.CellDefinition

Applies to RDL 2016/01

The CellDefinitions.CellDefinition element specifies a cell definition for a report parameter layout grid. The CellDefinitions.CellDefinition element MUST be specified. This element is of type CellDefinition.

The quantity of CellDefinitions.CellDefinition elements MUST match the quantity of ReportParameters.ReportParameter elements.

There MUST NOT be any CellDefinitions.CellDefinition elements that specify the same combination of CellDefinition.ColumnIndex and CellDefinition.RowIndex or reference the same CellDefinition.ParameterName.

An empty row in the report parameter layout grid is a row that does not have any CellDefinitions.CellDefinition elements referencing it with the CellDefinition.RowIndex element.<63>

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

Parent elements

CellDefinitions

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

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