FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / Save Method / Save(Stream,Boolean,Boolean) Method
The stream to save to.
Indicates whether to embed images into the output stream.
Indicates whether to embed subreports into the output stream.

In This Topic
    Save(Stream,Boolean,Boolean) 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 _
    ) 
    public void Save( 
       Stream stream,
       bool embedImages,
       bool embedSubReports
    )

    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.
    See Also