Fast Reports won't read more complex XML files?

I have been trying to test how well Fast Reports works with XML data sources and it seems to fail on non-trivial situations.

One example is the data at http://www.xml-benchmark.org I get an error about nested tables. Is this by design or is there hope of this being changed?

Comments

  • edited 11:26AM
    Hello,

    FastReport does not perform any additional processing while reading xml files. The xml file is loaded into a DataSet by the following code:
          if (!String.IsNullOrEmpty(XsdFile))
            dataset.ReadXmlSchema(XsdFile);
          dataset.ReadXml(XmlFile);
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.