ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ZIndex {get; set;}
    See Also