GetReportInfo(XmlDocument) Method | ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / GetReportInfo Method / GetReportInfo(XmlDocument) Method
Reference to the System.Xml.XmlDocument that contains the reports.

In This Topic
GetReportInfo(XmlDocument) Method
In This Topic
Gets a list of reports available in an System.Xml.XmlDocument.
Syntax
'Declaration
 
Public Overloads Function GetReportInfo( _
   ByVal doc As System.Xml.XmlDocument _
) As System.String()
 

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.
See Also