ComponentOne FlexReport for UWP
LoadFromXmlDocument Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : LoadFromXmlDocument Method
The System.Xml.XmlDocument containing the reports.
The name of the report to load (case-insensitive), can be null in this case first report will be loaded.
Loads a report from an System.Xml.XmlDocument.
Syntax
'Declaration
 
Public Sub LoadFromXmlDocument( _
   ByVal doc As System.Xml.XmlDocument, _
   ByVal reportName As System.String _
) 
public void LoadFromXmlDocument( 
   System.Xml.XmlDocument doc,
   System.string reportName
)

Parameters

doc
The System.Xml.XmlDocument containing the reports.
reportName
The name of the report to load (case-insensitive), can be null in this case first report will be loaded.
Remarks
You can get a list of reports available in a file using the GetReportList(XmlDocument) method.
See Also

Reference

C1FlexReport Class
C1FlexReport Members