ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Border Class / Border Constructor / Border Constructor(ExpressionInfo,ExpressionInfo,ExpressionInfo)
The border style.
The border width.
The border color.

In This Topic
    Border Constructor(ExpressionInfo,ExpressionInfo,ExpressionInfo)
    In This Topic
    Initializes a new instance of this class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
       ByVal width As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _
       ByVal color As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
    )
    public Border( 
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo style,
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo width,
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo color
    )

    Parameters

    style
    The border style.
    width
    The border width.
    color
    The border color.
    See Also