Hello
I need to use an xml as a report parameter.
I have tried to run the available guides and then to create a data adapter to indicate the xml, but then I cannot access the xml nodes.
Can anyone tell me how:
1) add an xml parameter which can be either a file or the xml content passed from outside
2) select a node of the xml to then draw the content in the report?
Thank you
1 Answer:
Posted on August 18, 2021 at 4:15pm
Your question is 'use as report parameter', so it may not be helpful, but here is an example for 'use as report data'.
If you can give me a link to the guide you referenced, I might be able to notice something.
- Sample XML file
<?xml version="1.0" encoding="utf-8" ?> <members> <member> <No>1</No> <Name>AAA</Name> <AddDay>2020/12/10</AddDay> </member> <member> <No>2</No> <Name>BBB</Name> <AddDay>2021/04/1</AddDay> </member> <member> <No>3</No> <Name>CCC</Name> <AddDay>2019/10/11</AddDay> </member> </members>
- DataAdapter
- Dataset and Query Dialog
- Data Preview