FlexReport for WinForms
ExecuteActionCompleted イベント (C1SSRSDocumentSource)


C1.Win.C1Document.4.8 アセンブリ > C1.Win.C1Document 名前空間 > C1SSRSDocumentSource クラス : ExecuteActionCompleted イベント
シンタックス
'宣言
 
Public Event ExecuteActionCompleted As System.EventHandler(Of ExecuteActionCompletedEventArgs)
'使用法
 
Dim instance As C1SSRSDocumentSource
Dim handler As System.EventHandler(Of ExecuteActionCompletedEventArgs)
 
AddHandler instance.ExecuteActionCompleted, handler
public event System.EventHandler<ExecuteActionCompletedEventArgs> ExecuteActionCompleted
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ExecuteActionCompletedEventArgs 型の引数を受け取りました。次の ExecuteActionCompletedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the C1DocumentAction object defining an action executed in the async operation.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
Gets the C1BookmarkPosition defining the position in the generated document which should be displayed.  
System.ComponentModel.AsyncCompletedEventArgsから継承されます。
参照