ActiveReports 11
ZIndex Property (ReportItem)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : ZIndex Property

Gets or sets the drawing order of the report item within the containing object.

Syntax
'Declaration
 
Public Property ZIndex As Integer
public int ZIndex {get; set;}

Property Value

An Integer indicating the drawing order of the report item within the containing object.

Remarks

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.

See Also

Reference

ReportItem Class
ReportItem Members