AutoComplete for ASP.NET Web Forms
Save(Stream,Boolean,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Save メソッド : Save(Stream,Boolean,Boolean) メソッド
The stream to save to.
Indicates whether to embed images into the output file.
Indicates whether to embed subreports into the output file.
Saves the current report definition to a stream.
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream, _
   ByVal embedPics As System.Boolean, _
   ByVal embedSubs As System.Boolean _
) 
public void Save( 
   System.IO.Stream stream,
   System.bool embedPics,
   System.bool embedSubs
)

パラメータ

stream
The stream to save to.
embedPics
Indicates whether to embed images into the output file.
embedSubs
Indicates whether to embed subreports into the output file.
参照

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