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