ActiveReports 12
BorderStyle Property (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary 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

ReportsLibrary Class
ReportsLibrary Members