FlexReport for WinForms
StartSection イベント (FlexReport)


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

When this event fires, the report fields have not been updated with the current values or sizes.

This is a good point to set field formatting parameters and visibility based on the current data values.

This event is equivalent to the OnFormat script property.

参照

参照

FlexReport クラス
FlexReport メンバ