In This Topic
Gets the height of the remaining area available for sections on the current page. This property can only be used while the report is being rendered (i.e. when
IsBusy is true), at other times a value of
-1 is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT yet account for the current section.
Syntax
'Declaration
Public ReadOnly Property AvailableHeight As Double
public double AvailableHeight {get;}
See Also