ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BorderColor Class / Right Property

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

    Property Value

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