Load(XmlDocument,String) Method | ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report 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 System.Xml.XmlDocument, _
   ByVal reportName 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).
Remarks
You can get a list of reports available in the file using the GetReportInfo(String) method.
See Also