ComponentOne FlexReport for UWP
SaveAsync(StorageFile) Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class > SaveAsync Method : SaveAsync(StorageFile) Method
The Windows.Storage.StorageFile defining the file to use.
Saves the current report definition to a file.
Syntax
'Declaration
 
Public Overloads Function SaveAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveAsync( 
   Windows.Storage.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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List