Import/Export XML
Hi there,
My question is pretty simple. Is there a way to export to an XML file (not to Excel) somehow, be that automatically or programmatically?
From my understanding you can populate a dataset with XML data, and then set that dataset to the report with the RegisterData(Dataset data, string name) overloaded method, although I'm curious if you can export the data somehow to XML.
Any help would be greatly appreciated!
Thanks,
Mikael
My question is pretty simple. Is there a way to export to an XML file (not to Excel) somehow, be that automatically or programmatically?
From my understanding you can populate a dataset with XML data, and then set that dataset to the report with the RegisterData(Dataset data, string name) overloaded method, although I'm curious if you can export the data somehow to XML.
Any help would be greatly appreciated!
Thanks,
Mikael