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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : StartReport イベント
Fired when the control starts rendering the report, before it opens the source recordset.
シンタックス
'宣言
 
Public Event StartReport As System.EventHandler
public event System.EventHandler StartReport
解説

You can use this event to provide user feedback or to make changes to the ConnectionString and RecordSource properties.

For example, you may implement your own version of parameterized queries by asking the user to provide some information and changing the RecordSource property accordingly.

You may also use this event to assign a System.Data.DataTable object directly to the report's Recordset property. Applications that already have the report data should do this to save time by preventing C1Report from loading its own copy of the data.

参照

C1Report クラス
C1Report メンバ