Height Property (ReportViewer)
In This Topic
Gets or sets the height of the Viewer component.
Syntax
'Declaration
Public Property Height As String
public string Height {get; set;}
Property Value
A
System.String representing the height of the Viewer. Accepts CSS units such as "px", "%", "em", etc.
See Also