ComponentOne FlexReport for WinForms
Load(XDocument,String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Load Method : Load(XDocument,String) Method
Reference to the System.Xml.XmlDocument that contains the reports.
Name of the report to retrieve from the file (case-insensitive).
Loads a report from an System.Xml.Linq.XDocument.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal doc As System.Xml.Linq.XDocument, _
   ByVal reportName As System.String _
) 
public void Load( 
   System.Xml.Linq.XDocument doc,
   System.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(XDocument) method.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List