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)
dynamic flexibility(Interactive) in BIRT
Atar Singh
Hi,<br />
<br />
<strong class='bbc'>Is dynamic flexibility in BIRT on UI possible?</strong> <br />
<br />
I am using open source BIRT with eclipse helios 3.6.2. <br />
<br />
To Elaborate:<br />
I have a jsp and displaying contents of .rptdesign e.g. (charts and tables) in browser on UI and<br />
doing operations like changing header,chart color etc. by firing events through buttons/list box <br />
<br />
The Problem is: <br />
when i done with any of above operations, .rptseign compiles and display "Processing" than finally changes are shown on UI in browser.<br />
<br />
Is there any way, <br />
<br />
1.When i perform any opeartion on UI on chart, changes should be reflect on UI in chart immediately(dynamically) at runtime. <br />
<br />
2.It should not display "Processing" .How to avoid this ? <br />
<br />
Thanks,<br />
<br />
Atar Singh
Find more posts tagged with
Comments
averma
Hi Atar,
You could use BIRT viewer tag library to display report elements in your webpage OR use BIRT Report Engine API to generate the report output dynamically:
http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php#tags
http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.php
Ashwini