'Declaration Public Overloads Sub Save( _ ByVal writer As System.Xml.XmlWriter, _ ByVal embedImages As System.Boolean, _ ByVal embedSubReports As System.Boolean _ )
public void Save( System.Xml.XmlWriter writer, System.bool embedImages, System.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.