'Declaration Public Overloads Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal embedImages As System.Boolean, _ ByVal embedSubReports As System.Boolean _ )
public void Save( System.IO.Stream stream, System.bool embedImages, System.bool embedSubReports )
Parameters
- stream
- The stream to save to.
- embedImages
- Indicates whether to embed images into the output stream.
- embedSubReports
- Indicates whether to embed subreports into the output stream.