[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BorderStyle

BorderStyle Class

Represents the style for the border.

Inheritance
BorderStyle
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class BorderStyle : IValidateable, ICloneable

Constructors

Name Description
BorderStyle()

Initializes a new instance of the BorderStyle class.

Properties

Name Description
Bottom

Gets or sets a style of the bottom border.

Default

Gets or sets a style of the border (unless overridden for a specific side).

Left

Gets or sets a style of the left border.

Right

Gets or sets a style of the right border.

Top

Gets or sets a style of the top border.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the BorderStyle object.

Extension Methods