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

In This Topic
    Bottom Property (BorderWidth)
    In This Topic

    Gets or sets the width of the bottom border.

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

    Property Value

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

    See Also