バージョン

DocumentRowExported イベント

行がエクスポートされた後で呼び出されます。
シンタックス
'宣言
 
Public Event DocumentRowExported As EventHandler(Of DocumentGridRowExportedEventArgs)
public event EventHandler<DocumentGridRowExportedEventArgs> DocumentRowExported
イベント データ

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

プロパティ解説
ContainingGrid エクスポートされた行が属するレポートの IGrid。
GridRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。グリッド内のエクスポートされている行 (ある場合) を返します 。
IsFooterRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これがフッター行である場合は true を返します。
IsHeaderRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これがヘッダー行である場合は true を返します。
IsSummaryRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これが集計行である場合は true を返します。
ReportRow グリッドの行オブジェクトを表示するために作成されるレポートの行オブジェクト。
参照