ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItem Class / ZIndex Property

In This Topic
    ZIndex Property
    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 System.Integer
    public System.int ZIndex {get; set;}
    See Also