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