Is it possible to use XML dataset in SSRS report designer ? I need to fetch a large dataset like,
Master Row
- Details1
- Details2
- ... DetailsN
I already created the query which returns me XML data using FOR XML RAW
but I am not able to use it in query designer when adding a new report.
Please note I am not using XML data source, I am just trying to add a XML dataset using a SELECT query.. I havn't tried a Stored procedure but not sure if it will work then as well...
In other words, is it possible to add a XML dataset (Not datasource) to SSRS reports
REPLACE
to get rid of all the XML-tags. You might use XSLT to transform your XML to text - but I think it would be easier to create an indented text actually... – Shnugo