FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / SaveAsync Method / SaveAsync(StorageFile) Method
The Windows.Storage.StorageFile defining the file to use.

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

    Parameters

    file
    The Windows.Storage.StorageFile defining the file to use.
    Remarks
    This method does not embed pictures and subreports into the output file. It only saves subreport names and saves images in external files.
    See Also