ComponentOne FlexReport for UWP
LoadAsync Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : LoadAsync Method
Windows.Storage.StorageFile defining the XML report definition file.
Name of the report to retrieve from the file (case-insensitive).
Loads a report from an XML report definition file.
Syntax
'Declaration
 
Public Function LoadAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal reportName As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   Windows.Storage.StorageFile file,
   System.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).
Remarks
You can get a list of reports available in the file using the GetReportListAsync method.
See Also

Reference

C1FlexReport Class
C1FlexReport Members