ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / Left Property

In This Topic
    Left Property (ReportItem)
    In This Topic

    Gets or sets the distance of the item from the left edge of the containing object.

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

    Property Value

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

    Remarks

    The default value is 0 if no value is provided.

    See Also