Copyright © GrapeCity inc. All rights reserved.
ExportTo メソッドを設定するには、エクスポートボタンの Click イベントに次のコードを追加します。
Visual Basic コードの書き方
Visual Basic |
コードのコピー
|
Me.C1TrueDBGrid1.ExportTo()
|
C# コードの書き方
C# |
コードのコピー
|
this.c1TrueDBGrid1.ExportTo();
|
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.
このトピックの作業結果
エクスポートボタンをクリックすると、TrueDBGrid 印刷のオプションダイアログが表示されます。
- アクションドロップダウンリストで、メタファイル、画像ファイルなどのファイルタイプを選択します。
- ファイル名ボックスの横にある省略符ボタンをクリックして、エクスポート先ダイアログを開きます。ファイルを保存する場所を参照し、ファイル名ボックスにファイル名を入力します。OKをクリックして、エクスポート先ダイアログを閉じます。
- ページヘッダおよびページフッタで、ヘッダ テキストとフッタ テキストを追加します。
-
OKをクリックして、ファイルをエクスポートします。
最終出力は、次の図のように表示されます。