現在のページのセクションに使用できる残りの領域の高さを取得します。 このプロパティは、レポートがページ分割モードでレンダリングされている間(つまり、
C1.WPF.Document.C1DocumentSource.IsBusy と
C1.WPF.Document.C1DocumentSource.Paginated が true の場合)にのみ使用できます。
C1.WPF.Document.C1DocumentSource.IsBusy が false の場合、-1 が返されます。
C1.WPF.Document.C1DocumentSource.Paginated が false の場合、double.MaxValue が返されます。 OnPrint/OnFormat スクリプトで使用する場合、この値は現在のセクションの高さを考慮していないことに注意してください。 サブレポートの場合、このプロパティはマスターレポートの
AvailableHeight を返します。
シンタックス
'宣言
Public ReadOnly Property AvailableHeight As System.Double
'使用法
Dim instance As FlexReport
Dim value As System.Double
value = instance.AvailableHeight
public System.double AvailableHeight {get;}
参照