ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Save Method / Save(Stream,Boolean,Boolean) Method
The stream to save to.
Indicates whether to embed images into the output file.
Indicates whether to embed subreports into the output file.

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 embedPics As Boolean, _
       ByVal embedSubs As Boolean _
    ) 
    public void Save( 
       Stream stream,
       bool embedPics,
       bool embedSubs
    )

    Parameters

    stream
    The stream to save to.
    embedPics
    Indicates whether to embed images into the output file.
    embedSubs
    Indicates whether to embed subreports into the output file.
    See Also