ActiveReports 12
BorderStyle Property (Viewer)

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

Viewer Class
Viewer Members