Save(XmlTextWriter,Boolean) Method
Saves the current report definition to an XmlTextWriter object.
public void Save(
XmlTextWriter ,
System.bool
)
'Declaration
Public Overloads Sub Save( _
ByVal As XmlTextWriter, _
ByVal As System.Boolean _
)
Parameters
- writer
- An System.Xml.XmlTextWriter object where the report definition will be saved.
- embed
- Whether to embed images and subreports into the output stream.