[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Border.-ctor

Border Constructor

Border()

Initializes a new instance of the Border class.

Declaration
public Border()

Border(ExpressionInfo, ExpressionInfo, ExpressionInfo)

Initializes a new instance of the Border class using the specified style, width, and color.

Declaration
public Border(ExpressionInfo style, ExpressionInfo width, ExpressionInfo color)
Parameters
Type Name Description
ExpressionInfo style

An ExpressionInfo object representing the style of the border.

ExpressionInfo width

An ExpressionInfo object representing the width of the border.

ExpressionInfo color

An ExpressionInfo object representing the color of the border.