FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / Save Method / Save(String,Boolean,FontEmbedType) 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.
Whether and how to embed fonts into the output file.

In This Topic
    Save(String,Boolean,FontEmbedType) Method
    In This Topic
    Saves the current report definition to a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String, _
       ByVal embedAll As Boolean, _
       Optional ByVal embedFonts As FontEmbedType _
    ) 
    public void Save( 
       string fileName,
       bool embedAll,
       FontEmbedType embedFonts
    )

    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.
    embedFonts
    Whether and how to embed fonts into the output file.
    See Also