バージョン

OnRowExporting メソッド

グリッド行がレポートにエクスポートされる前に呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub OnRowExporting( _
   ByVal e As RowExportingEventArgs _
) 
protected virtual void OnRowExporting( 
   RowExportingEventArgs e
)

パラメータ

e
イベントのデータを含む System.EventArgs
参照