ActiveReports 12
Height Property (WebViewer)

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

Property Value

A System.Web.UI.WebControls.Unit that represents the height of the control. The default is System.Web.UI.WebControls.Unit.Empty.
Exceptions
ExceptionDescription
The height was set to a negative value.
See Also

Reference

WebViewer Class
WebViewer Members