FlexReport for WinForms
GetContentAutoHeight メソッド (FieldBase)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FieldBase クラス : GetContentAutoHeight メソッド
Width of area of contents of object in twips.
Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.
シンタックス
'宣言
 
Protected MustOverride Function GetContentAutoHeight( _
   ByVal width As System.Double _
) As System.Double
'使用法
 
Dim instance As FieldBase
Dim width As System.Double
Dim value As System.Double
 
value = instance.GetContentAutoHeight(width)
protected abstract System.double GetContentAutoHeight( 
   System.double width
)

パラメータ

width
Width of area of contents of object in twips.

戻り値の型

Returns height of area of contents of object in twips.
参照

参照

FieldBase クラス
FieldBase メンバ