FlexReport for WinForms
PrintSection イベント


C1.Win.FlexReport.4 アセンブリ > C1.Win.FlexReport 名前空間 > C1FlexReport クラス : PrintSection イベント
Sectionが印刷される前に発生します(セクションを書式設定した後)。
シンタックス
'宣言
 
Public Event PrintSection As ReportEventHandler
'使用法
 
Dim instance As C1FlexReport
Dim handler As ReportEventHandler
 
AddHandler instance.PrintSection, handler
public event ReportEventHandler PrintSection
解説

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

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

このイベントは、 Section.OnPrintスクリプトプロパティと同じ機能です。

参照

C1FlexReport クラス
C1FlexReport メンバ