'Declaration Public Function LoadAsync( _ ByVal file As StorageFile, _ ByVal reportName As String _ ) As Task
public Task LoadAsync( StorageFile file, string reportName )
Parameters
- file
- Windows.Storage.StorageFile defining the XML report definition file.
- reportName
- Name of the report to retrieve from the file (case-insensitive).