GrapeCity ActiveReports for .NET 14.0J
Export(SectionDocument,String,String) メソッド

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.ActiveReports.Export.Excel.Section 名前空間 > XlsExport クラス > Export メソッド : Export(SectionDocument,String,String) メソッド
エクスポートするActiveReportsのDocumentオブジェクト。
Excelワークブックを保存するファイル名とパス。
指定した範囲のドキュメントをExcelファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal document As SectionDocument, _
   ByVal filePath As String, _
   ByVal pageRange As String _
) 
public void Export( 
   SectionDocument document,
   string filePath,
   string pageRange
)

パラメータ

document
エクスポートするActiveReportsのDocumentオブジェクト。
filePath
Excelワークブックを保存するファイル名とパス。
pageRange
参照

XlsExport クラス
XlsExport メンバ
オーバーロード一覧