'Declaration Public Sub LoadFromXmlDocument( _ ByVal doc As XmlDocument, _ ByVal reportName As String _ )
public void LoadFromXmlDocument( XmlDocument doc, 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.