In This Topic
Gets or sets the drawing order of the current report item within containing object. Items with lower indices are drawn first (appearing behind items with higher indices). Items with equal indices have unspecified rendering order.
Default: 0 Min: 0 Max: 2147483647
Syntax
'Declaration
Public Property ZIndex As Integer
public int ZIndex {get; set;}
See Also