2.15.17 Subreport.ZIndex
The Subreport.ZIndex element specifies the drawing order of a Subreport within its container. This element is optional. If this element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17). If this element is not present, its value is interpreted as 0. The value of this element MUST be greater than or equal to 0 and less than or equal to 2147483647, if a value is specified.
Following is the parent element of the Subreport.ZIndex element.
Parent elements |
---|
Subreport |
The following is the XML Schema definition of the Subreport.ZIndex element.
-
<xsd:element name="ZIndex" type="xsd:unsignedInt" minOccurs="0" />