True DBGrid for WinForms
PrintToStream(Boolean) メソッド

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

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

シンタックス
'宣言
 
Public Overloads Function PrintToStream( _
   ByVal binaryFormat As System.Boolean _
) As System.IO.Stream
public System.IO.Stream PrintToStream( 
   System.bool binaryFormat
)

パラメータ

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

戻り値の型

The stream containing the saved grid.
参照

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