ComponentOne FlexReport for WinForms
GetReportList(XDocument) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > GetReportList Method : GetReportList(XDocument) Method
Reference to System.Xml.Linq.XDocument object.
Gets a list of reports available in an System.Xml.Linq.XDocument.
Syntax
'Declaration
 
Public Overloads Shared Function GetReportList( _
   ByVal doc As System.Xml.Linq.XDocument _
) As System.String()
public static System.string[] GetReportList( 
   System.Xml.Linq.XDocument doc
)

Parameters

doc
Reference to System.Xml.Linq.XDocument object.

Return Value

A string array containing the names of all reports in the XDocument.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List