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