'宣言 Public Overloads Sub Load( _ ByVal doc As System.Xml.Linq.XDocument, _ ByVal reportName As System.String, _ ByRef converted As System.Boolean _ )
'使用法 Dim instance As C1FlexReport Dim doc As System.Xml.Linq.XDocument Dim reportName As System.String Dim converted As System.Boolean instance.Load(doc, reportName, converted)
public void Load( System.Xml.Linq.XDocument doc, System.string reportName, out System.bool converted )
パラメータ
- doc
- reportName
- converted