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

In This Topic
    ZIndex Property (MapSubItem)
    In This Topic
    Drawing order of the item within the map. An expression should evaluate to a Integer. The default value is 0.
    Syntax
    'Declaration
     
    Public Property ZIndex As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ZIndex {get; set;}
    See Also