True DBGrid for WinForms
Print(Stream,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > PrintInfo クラス > Print メソッド : Print(Stream,Boolean) メソッド
The output stream.
The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format.
Saves the current grid to a stream.

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

シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal stream As System.IO.Stream, _
   ByVal binaryFormat As System.Boolean _
) 
public void Print( 
   System.IO.Stream stream,
   System.bool binaryFormat
)

パラメータ

stream
The output stream.
binaryFormat
The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format.
解説

The stream's Position is set to 0 when the method returns.

This method does not show progress dialog (ignoring ShowProgressForm property).

参照

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