Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Import XML File in Detail Band

edited June 2004 in General
Hi.

Is it possible to import an XML File in the detail Band of a report ??

Regards,

Michael Meyer

Comments

  • edited June 2004
    Hi Michael,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.