[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Top

Top Property

Top

Gets or sets a vertical position of the item within its container object.

Declaration
public Length Top { get; set; }
Property Value
Type Description
Length

A Length value indicating the distance from the top of the container object.

Remarks

The default value is 0 if not specified.

Examples
var reportItem = new TextBox();
reportItem.Top = new Length("2in");