'宣言 Public Overloads Sub Load( _ ByVal doc As System.Xml.XmlDocument, _ ByVal reportName As System.String, _ ByRef converted As System.Boolean _ )
'使用法 Dim instance As C1FlexReport 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 doc, System.string reportName, out System.bool converted )
パラメータ
- doc
- reportName
- converted