'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.