'Declaration Public Overloads Function SaveAsync( _ ByVal file As StorageFile, _ ByVal embedAll As Boolean _ ) As Task
public Task SaveAsync( StorageFile file, bool embedAll )
Parameters
- file
- The Windows.Storage.StorageFile defining the file to use.
- embedAll
- Whether to embed images and subreports into the output file.