Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT report viewer in RCP application!!!!!!!!!
BIRT_NEEDY
Hi,
I have an RCP application that merges two BIRT reports using DE API. The report uses XML data source. The input XML file name is passed as parameter. I need to view the rendered report using WebViewer.
The BIRT viewer example provided in the BIRT exchange forum takes the design file (*.rptdesign) as input. In my case the design is available at the runtime (and not statically) due to merging. I am bound not to save the design back to physical file. How should I invoke the WebViewer in RCP application that displays the dynamic reports and that too by passing the XML file location as parameter??
Any pointers or examples regarding the same will be appreciated.
Thanks
Find more posts tagged with
Comments
BIRT_NEEDY
No body in the forum has worked on BIRT report viewer (invoked in SWT application) that accepts BIRT design object as input???????
Thanks
BIRT_NEEDY
Hi,<br />
<br />
I referred the example (<a class='bbc_url' href='
http://wiki.eclipse.org/RCP_Example_(BIRT)_2.1'>RCP
Example (BIRT) 2.1 - Eclipsepedia</a>) to invoke Birt Viewer from RCP application <br />
<br />
The method display takes report file path!! Is there a way to pass the ReportDesignHandle object to the display method??<br />
<br />
Thanks