Unfortunately there is no way to directly import the data from an XML file into a report. Knowing the XML format, you could create a Delphi method to extract each data value from the XML file and then by using a JITPipeline, insert the data into the report. This would be similar to extracting data from a delimited text file, using a TextPipeline. You will need to configure the JITPipeline to traverse your XML data similar to the way a TextPipeline traverses a text file.
Comments
Unfortunately there is no way to directly import the data from an XML file
into a report. Knowing the XML format, you could create a Delphi method to
extract each data value from the XML file and then by using a JITPipeline,
insert the data into the report. This would be similar to extracting data
from a delimited text file, using a TextPipeline. You will need to
configure the JITPipeline to traverse your XML data similar to the way a
TextPipeline traverses a text file.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com