FlexReport for WinForms
StartSection イベント


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

このイベントが発生した時点では、レポートフィールドは現在の値またはサイズで更新されていません。

このイベントは、現在のデータ値に基づいてフィールドの書式設定パラメータや表示状態を設定する場所として適しています。

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

参照

C1FlexReport クラス
C1FlexReport メンバ