Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Performance problem while Exporting Birt Report in JSF
icon8.gif  Performance problem while Exporting Birt Report in JSF [message #1087920] Fri, 16 August 2013 09:31 Go to next message
rahul jagtap is currently offline rahul jagtapFriend
Messages: 2
Registered: August 2013
Junior Member
Below is JSF code i have written for Export report in JSF.



<div class="chart_title">
						<h:outputText value="Report &nbsp; &nbsp;&nbsp;" />
						<h:commandLink styleClass="exportExcel"
							onclick="JSF4Actuate.pdf('myForm:productReportId')">=
						<f:ajax execute="@form" render="@none" />
						</h:commandLink>
					</div>

					<br />
					<div class="scroll_div">
						<birt:birtWrapper id="productReportId"
							reportDesign="/reports/database_growth_report.rptdesign">
						</birt:birtWrapper>
					</div>



This is working. But when i load this page. It takes time to generate birt report and then render page. and if i click on "Export PDF", it again call to report.

For improvement in this functionallity, is there any way, so that i can get report only on clicking "Export Pdf" functionality , instead of page load.

I tried with below code, but it didn't work for me.
<div class="chart_title">
						<h:outputText value="Database Growth Report 1 &nbsp; &nbsp;&nbsp;" />
						<h:commandLink styleClass="exportExcel"
							onclick="JSF4Actuate.pdf('/reports/database_growth_report.rptdesign')">=
						<f:ajax execute="@form" render="@none" />
						</h:commandLink>
					</div>
Re: Performance problem while Exporting Birt Report in JSF [message #1088601 is a reply to message #1087920] Sat, 17 August 2013 10:06 Go to previous message
rahul jagtap is currently offline rahul jagtapFriend
Messages: 2
Registered: August 2013
Junior Member
please reply
Previous Topic:Refresh Dataset using BIRT API
Next Topic:Crosstable problem after BIRT 4.2 upgrade
Goto Forum:
  


Current Time: Thu Apr 25 01:36:54 GMT 2024

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

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

Back to the top