GrapeCity ActiveReports for .NET 12.0J > ActiveReportsユーザーガイド > 概念 > ページレポート/RDLレポートの概念 > データソースとデータセット > [レポートデータソース]ダイアログ > XML Provider |
例:
xmldoc=C:\MyXmlFi
le.xml;
例:
xmldata=<people>
<person>
<name>
<given>John</given>
<family>Doe</family>
</name>
</person>
<person>
<name>
<given>Jane</given>
<family>Smith</family>
</name>
</person>
</people>;
メモ: 接続文字列の要素はセミコロン(;)で終了する必要があります。 |