Gets or sets the drawing order of the report item within the containing object.
Visual Basic (Declaration) | |
---|---|
Public Property ZIndex As System.Integer |
C# | |
---|---|
public System.int ZIndex {get; set;} |
Property Value
An Integer indicating the drawing order of the report item within the containing object.
Items with lower indices are drawn first (appearing behind items with higher indices).
Items with equal indices have an unspecified order.
The default value is 0. The minimum value is 0. The maximum value is 21474836478.