ActiveReports 12
BorderWidth Property (WebViewer)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : BorderWidth Property
Gets or sets the border width of the Web server control.
Syntax
'Declaration
 
Public Overridable Property BorderWidth As Unit
public virtual Unit BorderWidth {get; set;}

Property Value

A System.Web.UI.WebControls.Unit that represents the border width of a Web server control. The default value is System.Web.UI.WebControls.Unit.Empty, which indicates that this property is not set.
Exceptions
ExceptionDescription
The specified border width is a negative value.
See Also

Reference

WebViewer Class
WebViewer Members