C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GetReportList Method / GetReportList(XmlDocument) Method
Reference to System.Xml.XmlDocument object.

In This Topic
GetReportList(XmlDocument) Method
In This Topic
Gets a list of reports available in an System.Xml.XmlDocument.
Syntax
'Declaration
 
Public Overloads Shared Function GetReportList( _
   ByVal doc As XmlDocument _
) As String()
 

Parameters

doc
Reference to System.Xml.XmlDocument object.

Return Value

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