ComponentOne FlexReport for WinForms
Save(String,Boolean,Boolean) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Save Method : Save(String,Boolean,Boolean) Method
Full name of the file to be created (if the file already exists, it will be overwritten).
Whether to embed images into the output file.
Whether to embed subreports into the output file.
Saves the current report definition to a file.
Syntax
'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.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List