Copyright © GrapeCity inc. All rights reserved.
True DBGrid for WinForms
データのエクスポート
タスク別ヘルプ > データのエクスポート

グリッドデータを文字区切りテキスト、ExcelHTMLPDF、または RTF ファイルとしてエクスポートできます。次の表は、各ファイルタイプのエクスポートに使用するメソッドの説明です。

ファイルタイプ メソッド 説明
すべて ExportTo エクスポート形式を選択するためのダイアログを開きます。
文字区切りテキスト ExportToDelimitedFile グリッドの指定された行を指定されたファイルに文字区切りテキストとしてエクスポートします。
Excel ExportToExcel グリッドを Excel ファイルにエクスポートします。
HTML ExportToHTML グリッドを HTMLファイルにエクスポートします。
PDF ExportToPDF グリッドを PDFファイルにエクスポートします。
RTF ExportToRTF グリッドを RTF ファイルにエクスポートします。
Note: TrueDBGrid's export and printing features uses the C1.Win.Printing NuGet package, which provides three libraries: C1.PrintDocument, C1.Win.PrintPreview and C1.Win.RibbonPreview. Each library provides a set of previewing controls or components. The PrintDocument library provides the PrintDocument and MultiDocument components, the PrintPreview library provides the PreviewOutlineView, PreviewPane, PreviewTextSearchPanel, Thumbnail, PrintPreviewControl and PrintPreviewDialog components, and RibbonPreview  provides the RibbonPreview and RibbonPreviewDialog components. Since C1Report is now obsolete, make sure that the references for C1Report libraries is replaced by  individual library references in the C1.Win.Printing nuget.

エクスポートメソッドのいずれかを設定するには、エクスポートボタンの Click イベントに適切なコードを追加します。


関連トピック