Saves the current report definition to an XmlTextWriter object.
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As XmlTextWriter, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void Save(
XmlTextWriter ,
System.bool ,
System.bool
)
パラメータ
- 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.
参照