FlexReport for WinForms
PrintSection イベント (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : PrintSection イベント
Occurs before each Section is printed (after it has been formatted.)
シンタックス
'宣言
 
Public Event PrintSection As ReportEventHandler
'使用法
 
Dim instance As FlexReport
Dim handler As ReportEventHandler
 
AddHandler instance.PrintSection, handler
public event ReportEventHandler PrintSection
解説

When this event fires, the field values and sizes have been set by the control.

You may still make changes, but they will not affect the field layout. For example, changing a field's Text property at this point will not cause it to grow or shrink.

This event is equivalent to the OnPrint script property.

参照

参照

FlexReport クラス
FlexReport メンバ