ComponentOne FlexReport for UWP
GetReportListAsync Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : GetReportListAsync Method
The Windows.Storage.StorageFile defining the XML report definition file.
Gets a list of reports available in an XML report definition file.
Syntax
'Declaration
 
Public Shared Function GetReportListAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task(Of String())
public static System.Threading.Tasks.Task<string[]> GetReportListAsync( 
   Windows.Storage.StorageFile file
)

Parameters

file
The Windows.Storage.StorageFile defining the XML report definition file.

Return Value

A string array containing the names of all reports in the XML file.
See Also

Reference

C1FlexReport Class
C1FlexReport Members