Relations - Flex Code
Posted: Thu Jan 27, 2011 5:41 am
In the .mrt have saved a relationship that appears in the AIR, but when I view this relationship disappears in the browser.
When I run the following command
trace (report.dictionary.relations.length);
the number of relation appear.
I am running the reports by the Flex code below:
report.loadReportFromString (reportString);
report.regDataXML ("dataXML","dataXML", xml);
report.dictionary.synchronize ();
report.show();
Is there any command that I run so that relations appear through the code in the browser?
Thanks
When I run the following command
trace (report.dictionary.relations.length);
the number of relation appear.
I am running the reports by the Flex code below:
report.loadReportFromString (reportString);
report.regDataXML ("dataXML","dataXML", xml);
report.dictionary.synchronize ();
report.show();
Is there any command that I run so that relations appear through the code in the browser?
Thanks