AutoComplete for ASP.NET Web Forms
StartSection イベント

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : StartSection イベント
Fired before each Section is formatted.
シンタックス
'宣言
 
Public Event StartSection As ReportEventHandler
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 Section.OnFormat script property.

参照

C1Report クラス
C1Report メンバ