FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / GetReportList Method / GetReportList(XmlDocumentWrapperBase) Method
Reference to C1.Win.C1Document.Serialization.XmlDocumentWrapperBase object.

In This Topic
    GetReportList(XmlDocumentWrapperBase) Method
    In This Topic
    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 String()
    public static 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