'Declaration Public Overloads Function SaveAsync( _ ByVal file As StorageFile, _ ByVal embedImages As Boolean, _ ByVal embedSubReports As Boolean _ ) As Task
public Task SaveAsync( StorageFile file, bool embedImages, 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.