Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Blank Report on I-Series(Generated report has no rows)
Blank Report on I-Series [message #1724791] Fri, 26 February 2016 06:47
Ambika Das is currently offline Ambika DasFriend
Messages: 1
Registered: February 2016
Junior Member
Hi,

I am using BIRT API to render generate reports out of templates. These report generate perfectly in SQL Server but when I run this on I-Series report gets generated but there are no rows in it.

IReportRunnable reportDesign = reportEngine.openReportDesign(path to template);
IRunAndRenderTask runTask = reportEngine.createRunAndRenderTask(reportDesign);

IRenderOption renderOption = new PDFRenderOption();
renderOption.setOutputFormat(IRenderOption.OUTPUT_FORMAT_PDF);
renderOption.setOutputFileName(path to report);
runTask.setRenderOption(renderOption);
runTask.run();

I am not getting any exception logs or stack trace. Seems like result set is not proper.

Has anybody encountered this before?

Regards,
Ambika
Previous Topic:Getting ODBC Error when the BIRT Report is called.
Next Topic:Creating a Fixed Width flatfile using BIRT
Goto Forum:
  


Current Time: Thu Apr 25 09:43:27 GMT 2024

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

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

Back to the top