FlexReport for WinForms
GetContentAutoWidth メソッド (SubreportField)


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

パラメータ

height
Height of area of contents of object in twips.

戻り値の型

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

参照

SubreportField クラス
SubreportField メンバ