Home
Analytics
printing the report from java code
alpha
hi friends
Is it possible to print a designed report(using BIRT report designer) from java code using the report engine API??
If yes what is the function used to achieve it.
Any help is appreciated
Thanks
Find more posts tagged with
Comments
alpha
i really wish somebody answers this question
its been unanswered for days
please somebody help out
Mihsah
It is possible, check the code at the following website:<br />
<br />
<a class='bbc_url' href='
http://wiki.eclipse.org/Simple_Execute_(BIRT)_2.1'>Simple
Execute (BIRT) 2.1 - Eclipsepedia</a>
alpha
i cant find any line which prints the report in the link given above
can anyone help me if any such function exists in the link
any help is appreciated
thanks
Mihsah
The function you should call, after customizations, is executeReport() as supplied in the link
alpha
i think i didn't make the question clear
by printing i meant "sending it to a printer"
iam done with running the report from the code...i wanted the o/p to be a pdf file and i could run the design from the code to generate a pdf file as o/p.
now i want to send this generated pdf to the printer from the code...is this possible using any API for BIRT?
Thanks