Load(XmlDocument,String) Method
Loads a report from an System.Xml.XmlDocument.
public void Load(
System.Xml.XmlDocument ,
System.string
)
'Declaration
Public Overloads Sub Load( _
ByVal As System.Xml.XmlDocument, _
ByVal As System.String _
)
Parameters
- doc
- Reference to the System.Xml.XmlDocument that contains the reports.
- reportName
- Name of the report to retrieve from the file (case-insensitive).