In This Topic
Saves the current report definition to an
System.Xml.XmlWriter object.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As XmlWriter _
)
public void Save(
XmlWriter
)
Parameters
- writer
- An System.Xml.XmlWriter object where the report definition will be saved.
See Also