True DBGrid for WinForms
SaveAsC1d(String) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > PrintInfo クラス > SaveAsC1d メソッド : SaveAsC1d(String) メソッド
The name of the output file.
Saves the current grid as a C1D file, which can later be loaded into a C1PrintDocument.

Note that unlike most other print/export methods, this method does not require C1.PrintDocument assemblies.

シンタックス
'宣言
 
Public Overloads Function SaveAsC1d( _
   ByVal outputFileName As System.String _
) As System.Boolean
public System.bool SaveAsC1d( 
   System.string outputFileName
)

パラメータ

outputFileName
The name of the output file.

戻り値の型

true if the file was successfully saved, false otherwise.
参照

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