FlexReport for WPF
PrintSection イベント (FlexReport)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > FlexReport クラス : PrintSection イベント
Section が出力される前 (フォーマットされた後) に発生します。
シンタックス
'宣言
 
Public Event PrintSection As ReportEventHandler
'使用法
 
Dim instance As FlexReport
Dim handler As ReportEventHandler
 
AddHandler instance.PrintSection, handler
public event ReportEventHandler PrintSection
解説

このイベントが発生すると、フィールドの値とサイズがコントロールによって設定されます。

変更を加えることはできますが、フィールド レイアウトには影響しません。 たとえば、この時点でフィールドの Text プロパティを変更しても、フィールドが拡大または縮小することはありません。

このイベントは、 Section.OnPrint スクリプト プロパティに相当します。

参照

FlexReport クラス
FlexReport メンバ