FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GetReportListAsync Method
The Windows.Storage.StorageFile defining the XML report definition file.

In This Topic
    GetReportListAsync Method
    In This Topic
    Gets a list of reports available in an XML report definition file.
    Syntax
    'Declaration
     
    Public Shared Function GetReportListAsync( _
       ByVal file As StorageFile _
    ) As Task(Of String())
    public static Task<string[]> GetReportListAsync( 
       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