FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GetReportList Method / GetReportList(XDocument) Method
Reference to System.Xml.Linq.XDocument object.

In This Topic
    GetReportList(XDocument) Method
    In This Topic
    Gets a list of reports available in an System.Xml.Linq.XDocument.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetReportList( _
       ByVal doc As XDocument _
    ) As String()
    public static string[] GetReportList( 
       XDocument doc
    )

    Parameters

    doc
    Reference to System.Xml.Linq.XDocument object.

    Return Value

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