'宣言 Public Overloads Sub Load( _ ByVal doc As System.Xml.XmlDocument, _ ByVal reportName As System.String _ )
'使用法 Dim instance As FlexReport Dim doc As System.Xml.XmlDocument Dim reportName As System.String instance.Load(doc, reportName)
public void Load( System.Xml.XmlDocument doc, System.string reportName )
パラメータ
- doc
- レポートを含む System.Xml.XmlDocument への参照。
- reportName
- ファイルから取得するレポートの名前 (大文字と小文字は区別されません)。