'Declaration Public Overloads Sub Load( _ ByVal doc As XmlDocument, _ ByVal reportName As String, _ ByRef converted As Boolean _ )
public void Load( XmlDocument doc, string reportName, out bool converted )
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.
- converted
- OUT: flag that is set to true if the loaded report definition was converted from the legacy C1Report format.