'宣言 Public Event RowExporting As EventHandler(Of DocumentRowExportingEventArgs)
public event EventHandler<DocumentRowExportingEventArgs> RowExporting
イベント ハンドラが、このイベントに関連するデータを含む、DocumentRowExportingEventArgs 型の引数を受け取りました。次の DocumentRowExportingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | |
ContainingTable Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgsから継承されます。 | エクスポートされた行が属するレポートのテーブル。 |
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 Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgsから継承されます。 | グリッドの行オブジェクトを表示するために作成されるレポートの行オブジェクト。 |