ComponentOne FlexReport for WinForms
Save(String,Boolean) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Save Method : Save(String,Boolean) Method
Full name of the file to be created (if the file already exists, it will be overwritten).
Whether to embed images and 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 embedAll As System.Boolean _
) 
public void Save( 
   System.string fileName,
   System.bool embedAll
)

Parameters

fileName
Full name of the file to be created (if the file already exists, it will be overwritten).
embedAll
Whether to embed images and subreports into the output file.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List