FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / SaveAsync Method / SaveAsync(StorageFile,Boolean,Boolean) Method
The Windows.Storage.StorageFile defining the file to use.
Whether to embed images into the output file.
Whether to embed subreports into the output file.

In This Topic
    SaveAsync(StorageFile,Boolean,Boolean) Method
    In This Topic
    Saves the current report definition to a file.
    Syntax
    'Declaration
     
    Public Overloads Function SaveAsync( _
       ByVal file As StorageFile, _
       ByVal embedImages As Boolean, _
       ByVal embedSubReports As Boolean _
    ) As Task
    public Task SaveAsync( 
       StorageFile file,
       bool embedImages,
       bool embedSubReports
    )

    Parameters

    file
    The Windows.Storage.StorageFile defining the file to use.
    embedImages
    Whether to embed images into the output file.
    embedSubReports
    Whether to embed subreports into the output file.
    See Also