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

In This Topic
    Left Property (BorderWidth)
    In This Topic

    Gets or sets the width of the left border.

    Syntax
    'Declaration
     
    Public Property Left As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Left {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to a Length structure indicating the width of the left border.

    See Also