ComponentOne FlexReport for WinForms
GetReportList(XmlDocumentWrapperBase) Method

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

Parameters

doc
Reference to C1.Win.C1Document.Serialization.XmlDocumentWrapperBase object.

Return Value

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

Reference

C1FlexReport Class
C1FlexReport Members
Overload List