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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > PrintInfo クラス > SaveAsC1d メソッド : SaveAsC1d(Stream) メソッド
The output stream.
Saves the current grid to a stream in C1D (native C1PrintDocument) format.

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

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

パラメータ

stream
The output stream.

戻り値の型

true if the stream was successfully written, false otherwise.
解説
Unlike the Print(Stream) method, this method does not reset the stream's position after saving.
参照

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