[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Left

Left Property

Left

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

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

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

Remarks

The default value is 0 if not specified.

Examples
var reportItem = new TextBox();
reportItem.Left = new Length("1in");