ActiveReports Developer 7
ZIndex Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : ZIndex Property

Glossary Item Box

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

Syntax

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.

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