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

エクスポートするActiveReportsのDocumentオブジェクト。
Excelワークブックを保存するファイル名とパス。
カンマで区切られたエクスポートするページ番号の範囲。各カンマの間には1つのページ番号、または範囲内の開始ページ番号と終了ページ番号の間にハイフンがあるページの範囲を含めることができます。
指定した範囲のドキュメントを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
カンマで区切られたエクスポートするページ番号の範囲。各カンマの間には1つのページ番号、または範囲内の開始ページ番号と終了ページ番号の間にハイフンがあるページの範囲を含めることができます。
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.