FlexReport for WinForms
GetContentAutoSize メソッド (ParagraphField)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ParagraphField クラス : GetContentAutoSize メソッド
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 Overrides Sub GetContentAutoSize( _
   ByRef autoWidth As System.Double, _
   ByRef autoHeight As System.Double _
) 
'使用法
 
Dim instance As ParagraphField
Dim autoWidth As System.Double
Dim autoHeight As System.Double
 
instance.GetContentAutoSize(autoWidth, autoHeight)
protected override void GetContentAutoSize( 
   out System.double autoWidth,
   out System.double autoHeight
)

パラメータ

autoWidth
autoHeight
参照

参照

ParagraphField クラス
ParagraphField メンバ