バージョン

Export(WebDataGrid,Report) メソッド

グリッドのエクスポートをトリガーするために使用されます。
シンタックス
'宣言
 
Public Overloads Overridable Sub Export( _
   ByVal grid As WebDataGrid, _
   ByVal report As Report _
) 
public virtual void Export( 
   WebDataGrid grid,
   Report report
)

パラメータ

grid
ドキュメントにエクスポートする WebDataGrid コントロール。
report
エクスポート時に使用される Infragistics.Documents.Reports.Report.Report オブジェクト。
参照