I need set a XML string as datasource from report document. In many examples I see the use of Datasets for upset the XML data in Report. Is possible launch the report with only the XML? I need it that for performance purposes: the DataSet object is very slow.
I did try build a XMLDocument object from the XML string, but when i pass it to Report Document the data not appears. Seems don´t accept that source type.
Regards and many thanks for the help.