ComponentOne FlexReport for UWP
SaveAsync(StorageFile,Boolean) Method

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.
Saves the current report definition to a file.
Syntax
'Declaration
 
Public Overloads Function SaveAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal embedAll As System.Boolean _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveAsync( 
   Windows.Storage.StorageFile file,
   System.bool embedAll
)

Parameters

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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List