Suppose I have the following XML for which I created an XML data adapter with query string "/root".
<?xml version="1.0" encoding="UTF-8" ?><root><foo>1</foo><foo>2</foo></xml>
"foo" is a list of "1,2". When creating a template using this data adapter, how do I create text fields for each "foo"?
Thanks
0 Answers:
No answers yet
Looking into subreports...