ComponentOne FlexReport for UWP
SaveAsync(StorageFile,Boolean,Boolean) Method

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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List