FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / Save Method / Save(Stream,Boolean,Boolean,Boolean,FontEmbedType) Method
The stream to save to.
Indicates whether to embed images into the output stream.
Indicates whether to embed subreports into the output stream.
Save all reports.
Indicates how to embed fonts into the output stream.

In This Topic
    Save(Stream,Boolean,Boolean,Boolean,FontEmbedType) Method
    In This Topic
    Saves the current report definition to a stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As Stream, _
       ByVal embedImages As Boolean, _
       ByVal embedSubReports As Boolean, _
       Optional ByVal saveAll As Boolean, _
       Optional ByVal embedFonts As FontEmbedType _
    ) 
    public void Save( 
       Stream stream,
       bool embedImages,
       bool embedSubReports,
       bool saveAll,
       FontEmbedType embedFonts
    )

    Parameters

    stream
    The stream to save to.
    embedImages
    Indicates whether to embed images into the output stream.
    embedSubReports
    Indicates whether to embed subreports into the output stream.
    saveAll
    Save all reports.
    embedFonts
    Indicates how to embed fonts into the output stream.
    See Also