AutoComplete for ASP.NET Web Forms
RenderHeight プロパティ (Section)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Section クラス : RenderHeight プロパティ
Returns the height of the section after the CanGrow and CanShrink properties have been applied to the section.
シンタックス
'宣言
 
Public ReadOnly Property RenderHeight As System.Double
public System.double RenderHeight {get;}
解説

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

If you need to retrieve the actual height that will be used for rendering the section (for example, while handling the OnPrint event), use the RenderHeight property instead.

参照

Section クラス
Section メンバ