GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : ZIndex Property |
Gets or sets the drawing order of the report item within the containing object.
'Declaration Public Property ZIndex As System.Integer
public System.int ZIndex {get; set;}
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.