'Declaration Public Overloads Shared Function GetReportList( _ ByVal doc As System.Xml.Linq.XDocument _ ) As System.String()
public static System.string[] GetReportList( System.Xml.Linq.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.