[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Border

Border Class

Represents the properties of a border in a report item.

Inheritance
Border
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class Border

Constructors

Name Description
Border()

Initializes a new instance of the Border class.

Border(ExpressionInfo, ExpressionInfo, ExpressionInfo)

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

Fields

Name Description
ColorDefaultValue

The default color of the border.

WidthDefaultValue

The default width of the border.

Properties

Name Description
Color

Gets or sets the color of the border.

Style

Gets or sets the style of the border.

Width

Gets or sets the width of the border.

Extension Methods