FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 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).

In This Topic
    Save(String) Method
    In This Topic
    Saves the current report definition to a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String _
    ) 
    public void Save( 
       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