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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Save メソッド : Save(XmlTextWriter,Boolean,Boolean) メソッド
An System.Xml.XmlTextWriter object where the report definition will be saved.
Whether to embed images into the output stream.
Whether to embed subreports into the output stream.
Saves the current report definition to an XmlTextWriter object.
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal writer As XmlTextWriter, _
   ByVal embedPics As System.Boolean, _
   ByVal embedSubs As System.Boolean _
) 
public void Save( 
   XmlTextWriter writer,
   System.bool embedPics,
   System.bool embedSubs
)

パラメータ

writer
An System.Xml.XmlTextWriter object where the report definition will be saved.
embedPics
Whether to embed images into the output stream.
embedSubs
Whether to embed subreports into the output stream.
参照

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