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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > SubSection クラス : RenderHeight プロパティ
Returns the height of the sub-section after the AutoHeight property has been applied to the section. Getting this property can throw an exception if the height of sections was not calculated yet, for example if you access the RenderHeight of the report footer while the report header is being rendered.
シンタックス
'宣言
 
Public ReadOnly Property RenderHeight As System.Double
'使用法
 
Dim instance As SubSection
Dim value As System.Double
 
value = instance.RenderHeight
public System.double RenderHeight {get;}
解説

When a sub-section grows or shrinks, its Height property does not change.

If you need to retrieve the actual height that will be used to rendering the sub-section (for example in the PrintSection event), use the RenderHeight property instead.

参照

参照

SubSection クラス
SubSection メンバ