ActiveReports 13
BorderWidth Property

GrapeCity.ActiveReports.Web 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