Save(XmlTextWriter,Boolean,Boolean) Method
In This Topic
Saves the current report definition to an XmlTextWriter object.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As XmlTextWriter, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void Save(
XmlTextWriter ,
System.bool ,
System.bool
)
Parameters
- 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.
See Also