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

In This Topic
    Default Property (BorderColor)
    In This Topic
    Gets or sets the color of the border (unless overridden for a specific side).
    Syntax
    'Declaration
     
    Public Property Default As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Default {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to the color of the border.
    Remarks

    The default value is Black.

    See Also