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

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

Parameters

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