[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BorderStyle.Top

Top Property

Top

Gets or sets a style of the top border.

Declaration
[ExpressionBaseType(typeof(BorderDrawingStyle))]
public ExpressionInfo Top { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object evaluating to a BorderDrawingStyle value for the top border.

Remarks

Default value is None. Valid values are listed in the table below.

BorderStyleDescription
NoneNo border line is drawn around the report item.
DottedA dotted line is drawn around the report item.
DashedA dashed line is drawn around the report item.
SolidA solid line is drawn around the report item.
DoubleA double line is drawn around the report item.
GrooveA grooved line is drawn around the report item.
RidgeA ridged line is drawn around the report item.
InsetAn inset line is drawn around the report item.
WindowInsetA Windows-style inset line is drawn around the report item.
OutsetAn outset line is drawn around the report item.
DashDotA line of alternating dashes and dots is drawn around the report item.
DashDotDotA line of alternating dashes and double-dots is drawn around the report item.