PageHeight Property (Report)
In This Topic
Gets or sets the height of the pages in the report.
Syntax
'Declaration
Public Property PageHeight As Length
public Length PageHeight {get; set;}
Property Value
A
Length structure indicating the height of the pages in the report.
See Also