ActiveReports 12
Border Constructor(ExpressionInfo,ExpressionInfo,ExpressionInfo)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Border Class > Border Constructor : Border Constructor(ExpressionInfo,ExpressionInfo,ExpressionInfo)
The border style.
The border width.
The border color.
Initializes a new instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As ExpressionInfo, _
   ByVal width As ExpressionInfo, _
   ByVal color As ExpressionInfo _
)
public Border( 
   ExpressionInfo style,
   ExpressionInfo width,
   ExpressionInfo color
)

Parameters

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

Reference

Border Class
Border Members
Overload List