ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLocation Class / Top Property

In This Topic
    Top Property (MapLocation)
    In This Topic
    The distance of the item from the top of the containing object. An expression should evaluate to a System.Double. The default value is 0.
    Syntax
    'Declaration
     
    Public Property Top As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Top {get; set;}
    See Also