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