Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Indicates the drawing order of the item within the containing item.
Sintaxis
<Textbox Name="..."> <!-- or Line, Rectangle, Image, Subreport, List, Matrix, Table, Chart, CustomReportItem -->
...
<ZIndex>...</ZIndex>
...
</Textbox> <!-- or /Line, /Rectangle, /Image, /Subreport, /List, /Matrix, /Table, /Chart, /CustomReportItem -->
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
Integer |
Default value |
0 |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
none |
Notas
The minimum value for the ZIndex element is 0. The maximum value is 2147483647.
Items are drawn in order according to the ZIndex element for the item. Items with lower indices are drawn first, appearing behind items with higher indices.
Vea también
Referencia
Report Definition XML Elements