Skip to main content



      Home
Home » Archived » BIRT » openReportDesign() fails with ReportDesignHandle argument
openReportDesign() fails with ReportDesignHandle argument [message #182544] Thu, 03 August 2006 12:22
Eclipse UserFriend
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
Previous Topic:Could not save the report
Next Topic:Performance issue with paginated report
Goto Forum:
  


Current Time: Sun Jul 13 14:21:51 EDT 2025

Powered by FUDForum. Page generated in 0.04272 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top