'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal embedImages As System.Boolean, _ ByVal embedSubReports As System.Boolean _ )
public void Save( System.string fileName, System.bool embedImages, System.bool embedSubReports )
Parameters
- fileName
- Full name of the file to be created (if the file already exists, it will be overwritten).
- embedImages
- Whether to embed images into the output file.
- embedSubReports
- Whether to embed subreports into the output file.