ComponentOne FlexReport for WinForms
Save(String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Save Method : Save(String) Method
Full name of the file to be created (if the file already exists, it will be overwritten).
Saves the current report definition to a file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As System.String _
) 
public void Save( 
   System.string fileName
)

Parameters

fileName
Full name of the file to be created (if the file already exists, it will be overwritten).
Remarks
This method does not embed pictures and subreports into the output file. It only saves subreport names and saves images in external files.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List