Loads a report from an System.Xml.XmlDocument.
シンタックス
'宣言
Public Overloads Sub Load( _
ByVal As System.Xml.XmlDocument, _
ByVal As System.String, _
ByRef As System.Boolean _
)
'使用法
Dim instance As FlexReport
Dim doc As System.Xml.XmlDocument
Dim reportName As System.String
Dim converted As System.Boolean
instance.Load(doc, reportName, converted)
public void Load(
System.Xml.XmlDocument ,
System.string ,
out System.bool
)
パラメータ
- 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.
参照