'Declaration Public Overloads Shared Function GetReportList( _ ByVal doc As XmlDocument _ ) As String()
public static string[] GetReportList( XmlDocument doc )
Parameters
- doc
- Reference to System.Xml.XmlDocument object.
Return Value
A string array containing the names of all reports in the XmlDocument.