[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BorderDrawingStyle

BorderDrawingStyle Enum

Specifies a style of the border on a report item.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum BorderDrawingStyle

Fields

Name Description
DashDot

Indicates a DashDot border line.

DashDotDot

Indicates a DashDotDot border line.

Dashed

Indicates a dashed border line.

Dotted

Indicates a dotted border line.

Double

Indicates a double border line.

Groove

Indicates a grooved border line.

Inset

Indicates an inset border line.

None

Indicates no border line.

Outset

Indicates an outset border line.

Ridge

Indicates a ridged border line.

Solid

Indicates a solid border line.

WindowInset

Indicates a Windows-style inset border line.

Extension Methods