ActiveReports 13
BorderStyle Property (ReportExplorer)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : BorderStyle Property
Gets or sets the border style of the user control.
Syntax
'Declaration
 
Public Property BorderStyle As BorderStyle
public BorderStyle BorderStyle {get; set;}

Property Value

One of the System.Windows.Forms.BorderStyle values. The default is System.Windows.Forms.BorderStyle.Fixed3D.
Exceptions
ExceptionDescription
The assigned value is not one of the System.Windows.Forms.BorderStyle values.
See Also

Reference

ReportExplorer Class
ReportExplorer Members