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

In This Topic
    Top Property (ReportItem)
    In This Topic

    Gets or sets the distance of the item from the top of the containing object.

    Syntax
    'Declaration
     
    Public Property Top As Length
    public Length Top {get; set;}

    Property Value

    A Length structure indicating the distance of the item from the top of the containing object.

    Remarks

    The default value is 0 if no value is provided.

    See Also