openReportDesign() fails with ReportDesignHandle argument [message #182544] |
Thu, 03 August 2006 12:22 |
Eclipse User |
|
|
|
Originally posted by: armando.blancas.pervasive.com
I'm trying to create and run a report without having to save the report
design, using this code:
....
IReportRunnable design = _engine.openReportDesign(createReport());
....
task.run();
....
ReportDesignHandle createReport()
{
....
}
When the report runs I get an I/O exception, file not found. As a workaround
I'm having to do this:
createReport().saveAs("c:/report");
IReportRunnable design = _engine.openReportDesign("c:/report");
I wonder what might be preventing the use of the report design handle. My
environment is:
Eclipse 3.2 Callisto
BIRT 2.10 Callisto
Java 1.5
WinXP pro
-Armando
|
|
|
Powered by
FUDForum. Page generated in 0.04272 seconds