Problem to register XML/XSD datasource

Stimulsoft Reports.Flex discussion
Locked
Bérenger
Posts: 7
Joined: Tue Jul 19, 2011 8:42 am
Location: France

Problem to register XML/XSD datasource

Post by Bérenger »

Hi,

We encounter a problem when we work with XML+XSD intead of StiObjects.

When we give XML+XSD to standalone Sti Report Tool, we obtain the expected result.
But when we give the same XML+XSD to Flex StiReport Object with the method regDataXMLNode(name, alias, dataXML, schemaXSD), the result is wrong : instead of datasource, we have a single label and nothing else.

Is the Flex method is not the good one ?
What's the best way to configure data source with a datasource with XSD ?

Thanks.


Bérenger
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem to register XML/XSD datasource

Post by Vladimir »

Hello,

To display a registered data source in the designer dictionary, you must call the report.dictionary.synchronize() method after data registration;

If you are using the latest version and data source does not appear, please send us your XML and XSD file for testing.

Thank you.
Locked