FlexReport for WinForms
GetContentAutoSize メソッド (FieldBase)


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

パラメータ

width
OUT: width of area of contents of object in twips.
height
OUT: height of area of contents of object in twips.
参照

参照

FieldBase クラス
FieldBase メンバ