ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BorderColor Class / Left Property

In This Topic
    Left Property (BorderColor)
    In This Topic
    Gets or sets the color of the left border.
    Syntax
    'Declaration
     
    Public Property Left As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Left {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to the color of the left border.
    See Also