ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BorderWidth Class / Right Property

In This Topic
    Right Property (BorderWidth)
    In This Topic

    Gets or sets the width of the right border.

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

    Property Value

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

    See Also