ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / ZIndex Property

In This Topic
    ZIndex Property (ReportItem)
    In This Topic

    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