I have XML data in a column in my database. I've configured a dataset that returns the XML, but I only have one field that I can reference in my report. How do I parse the XML so I can generate a report basked on the XML structure inside. I've read the
tech article "Reporting Services: Using XML and Web Service Data Sources", but it hasn't been very helpful. The XML is not coming from a WS, but from a query result against my SQL database.
↧