Home
Analytics
How to pass HTML code as an input to rptDesign file to generate report
Suneel M
<p>Hi Guys,</p><p> </p><p>I have some sample.html file, whioch is having basic html code.</p><p>using this htnl i need to genratre pdf Report Using BIRT.</p><p> </p><p>is there any way to pass this html code as parameter to birt rptDesign file.</p><p> </p><p>Thnaks & Reagrds</p><p> </p><p>SuneelKumar M</p>
Find more posts tagged with
Comments
kclark
<p>You can embed a report in an html page using the <a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/phoenix/deploy/viewerUsageMain.php'>birt
tag library</a>. If you're trying to pass HTML as a parameter you can do that through the URL with a hidden parameter, also shown in that link.</p>