MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Body Class / Height Property
Example

In This Topic
Height Property (Body)
In This Topic
Gets or sets a height of the report body.
Syntax
'Declaration
 
Public Property Height As Length
 

Property Value

A Length value indicating the height of the report body.
Example
Body body = new Body();
body.Height = "11in";
See Also