FlexReport for WPF
StartSection イベント (FlexReport)


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

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

これは、現在のデータ値に基づいてフィールドの書式設定パラメーターと可視性を設定するのに適したポイントです。

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

参照

FlexReport クラス
FlexReport メンバ