FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / Load Method / Load(XmlDocument,String) Method
Reference to the System.Xml.XmlDocument that contains the reports.
Name of the report to retrieve from the file (case-insensitive).

In This Topic
    Load(XmlDocument,String) Method
    In This Topic
    Loads a report from an System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal doc As XmlDocument, _
       ByVal reportName As String _
    ) 
    public void Load( 
       XmlDocument doc,
       string reportName
    )

    Parameters

    doc
    Reference to the System.Xml.XmlDocument that contains the reports.
    reportName
    Name of the report to retrieve from the file (case-insensitive).
    Remarks
    You can get a list of reports available in the file using the GetReportList(XmlDocument) method.
    See Also