Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItem Class / Top Property

In This Topic
    Top Property (ReportItem)
    In This Topic
    Gets or sets the distance of the current item from the top of the containing object.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Top As ReportSize
    public ReportSize Top {get; set;}
    See Also