C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report 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 System.Xml.XmlDocument _
) As System.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