FlexReport for WinForms
RenderHeight プロパティ (Section)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Section クラス : RenderHeight プロパティ
Gets the actual height of the current section. This is the sum of the heights of all its sub-sections. This property can only be used while the report is being rendered, otherwise it returns -1.

Note that if this property is used in the section's OnFormat script, then it returns the height calculated for the previous instance of the section, or -1 if this is the first calculation.

シンタックス
'宣言
 
Public ReadOnly Property RenderHeight As System.Double
'使用法
 
Dim instance As Section
Dim value As System.Double
 
value = instance.RenderHeight
public System.double RenderHeight {get;}
参照

参照

Section クラス
Section メンバ