Report Data - Continued
Posted: Fri Aug 17, 2012 8:12 pm
I am using the Trial version of the Reports.FX.
I have get things setup to print from my flex application. The problem I am having is that the
report title prints, but the dataBand does not. The title has some data from my XML.
I have verified that the report contains the correct dictionary elements.
In my app flex code I have:
var xml:XML = XML(rptxml);
rptxml is a string variable. I have confirmed that the string has valid xml that matches what the report was designed with.
report = new StiReport();
report.loadReportFromString(reportString);
report.regData("FeedSum","FeedSum",xml);
report.dictionary.synchronize();
report.showDialog();
Any ideas greatly appreciated.
I have get things setup to print from my flex application. The problem I am having is that the
report title prints, but the dataBand does not. The title has some data from my XML.
I have verified that the report contains the correct dictionary elements.
In my app flex code I have:
var xml:XML = XML(rptxml);
rptxml is a string variable. I have confirmed that the string has valid xml that matches what the report was designed with.
report = new StiReport();
report.loadReportFromString(reportString);
report.regData("FeedSum","FeedSum",xml);
report.dictionary.synchronize();
report.showDialog();
Any ideas greatly appreciated.