I have created a report which connects to MySql database. The report works fine in the designer. When i try to load the report in my flex application using the below code.
var report: StiReport = new StiReport();
report.loadReportFromString("reports/CustomerTest.mrt");
report.show();
I get the following error.
Connection error
Error #2048
Please help i need to finalize the reporting framework for our Flex application which is going to form the basis of financial reporting for the bank.
Connection error Error #2048
Connection error Error #2048
- Attachments
-
[The extension bmp has been deactivated and can no longer be displayed.]
Connection error Error #2048
Hello,
Most likely, you have a security problem. Please read the following forum topic:
http://forum.stimulsoft.com/Default.asp ... t=3575&p=1
Thank you.
Most likely, you have a security problem. Please read the following forum topic:
http://forum.stimulsoft.com/Default.asp ... t=3575&p=1
Thank you.