'Declaration Public Overloads Sub Load( _ ByVal doc As XDocument, _ ByVal reportName As String _ )
public void Load( XDocument doc, string reportName )
Parameters
- doc
- The System.Xml.Linq.XDocument containing the reports.
- reportName
- The name of the report to load (case-insensitive), can be null in this case first report will be loaded.