AvailableHeight Property (C1FlexReport)
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 in paginated mode (i.e. when
C1.Win.C1Document.C1DocumentSource.IsBusy and
C1.Win.C1Document.C1DocumentSource.Paginated are true). If
C1.Win.C1Document.C1DocumentSource.IsBusy is false then -1 is returned. If
C1.Win.C1Document.C1DocumentSource.Paginated is false then double.MaxValue is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT account for the current section's height. For subreports this property returns
AvailableHeight of the master report.
Syntax
'Declaration
Public ReadOnly Property AvailableHeight As Double
public double AvailableHeight {get;}
See Also