Save(XmlTextWriter,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 Boolean _
)
public void Save(
XmlTextWriter ,
bool
)
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.
See Also