2.310 GridLayoutDefinition
Applies to RDL 2016/01
The GridLayoutDefinition element specifies information about a report parameter layout grid for a Report.
The following are the parent and child elements of the GridLayoutDefinition element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the GridLayoutDefinition element.
-
<xsd:complexType name="GridLayoutDefinitionType"> <xsd:choice maxOccurs="unbounded"> <xsd:element name="NumberOfColumns" type="xsd:int" minOccurs="1" /> <xsd:element name="NumberOfRows" type="xsd:int" minOccurs="1" /> <xsd:element name="CellDefinitions" type="CellDefinitionsType" minOccurs="0" /> </xsd:choice> </xsd:complexType>