ReportBorder.Style (gb.report)

Property Style As Integer

To return or set the ReportBorder style.

You can use the ReportBorder constants none and solid to set the style.

Example

Dim hReportBorder As New ReportBorder 
hReportBorder.Style = ReportBorder.Solid