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