ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Save Method / Save(String,Boolean) 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.

In This Topic
    Save(String,Boolean) 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 _
    ) 
    public void Save( 
       string fileName,
       bool embedAll
    )

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