'Declaration Public Overloads Function GetReportInfo( _ ByVal doc As System.Xml.XmlDocument _ ) As System.String()
public System.string[] GetReportInfo( System.Xml.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.