Gets a list of reports available in an XmlDocument.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string[] GetReportInfo(
	XmlDocument doc
)
Visual Basic
Public Function GetReportInfo ( _
	doc As XmlDocument _
) As String()

Parameters

doc
Type: System.Xml..::..XmlDocument
Reference to the XmlDocument that contains the reports.

Return Value

A string array containing the names of all reports in the XmlDocument.

See Also