Skip to main content



      Home
Home » Archived » BIRT » Picking reports from database
Picking reports from database [message #242558] Wed, 13 June 2007 12:39 Go to next message
Eclipse UserFriend
Originally posted by: rbhardwaj.tier.com

Is it possible for the reportviewer to pick the reports (.rptdesign files)
from database tables?

I need this in order to be able to deploy new/altered management reports
pretty quickly to the production environment.

Has any one done this before? Do you know if there is some support available
in BIRT for doing that?

Thanks
Rahul
Re: Picking reports from database [message #242622 is a reply to message #242558] Thu, 14 June 2007 01:40 Go to previous message
Eclipse UserFriend
Originally posted by: satya.capricornsys-global.com

The ReportEngine has a method to accept an input stream,
openReportDesign(java.io.InputStream designStream)

May be u can try to get the report design file from DB ( i am assuming u r
storing it as a clob / blob ) using resultset.getBinaryStream and pass this
binarystream as a param to openReportDesign.

Hope this helps.

Satya





"Rahul Bhardwaj" <rbhardwaj@tier.com> wrote in message
news:f4p6lj$md2$1@build.eclipse.org...
> Is it possible for the reportviewer to pick the reports (.rptdesign files)
> from database tables?
>
> I need this in order to be able to deploy new/altered management reports
> pretty quickly to the production environment.
>
> Has any one done this before? Do you know if there is some support
> available in BIRT for doing that?
>
> Thanks
> Rahul
>
Previous Topic:Space problem - SVG files accumulate on disk
Next Topic:Empty Data Set > Joint Data Set doesn't work ?
Goto Forum:
  


Current Time: Thu Jul 17 19:55:30 EDT 2025

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

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

Back to the top