Home
Analytics
bullet points in Birt report
viji_joseph
I need to add a set of instructions at the bottom of the report.
Is there a way to add format the instructions with bullet point.
Report output is in PDF format. I see option to add formatting for HTML format but not PDF. Can someone give me guide me on how to do this?
Thanks
Viji
Find more posts tagged with
Comments
averma
Hi Viji:
Have you tried placing text block element at the end of the report. I am attaching an example.
Ashwini
viji_joseph
thanks it looks like working
sribk2012
<blockquote class='ipsBlockquote' data-author="'averma'" data-cid="32918" data-time="1211580867" data-date="23 May 2008 - 03:14 PM"><p>
Hi Viji:<br />
Have you tried placing text block element at the end of the report. I am attaching an example.<br />
<br />
Ashwini<br /></p></blockquote>
<br />
<br />
<br />
Hi Ashwini, <br />
<br />
How can I get multi numbering bullet?. <br />
<br />
eg> <br />
1 Cars<br />
1.1 Honda<br />
1.1.1 Civic<br />
1.2 Toyota<br />
<br />
<br />
Thanks<br />
Srikanth
robilco
<p>Hi Ashwini,</p><p> </p><p>I have the same issue.... Is the sample still available?</p><p> </p><p>When I use the Report design below it allows the bullets in the HTML, but not the PDF output</p><pre class="_prettyXprint _lang-xml"><?xml version="1.0" encoding="UTF-8"?><report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 3.7.1.4-WDPATCH Build <3.7.1.v20110913-1734></property> <property name="units">in</property> <property name="iconFile">/templates/blank_report.gif</property> <property name="bidiLayoutOrientation">ltr</property> <property name="imageDPI">96</property> <page-setup> <simple-master-page name="Simple MasterPage" id="2"/> </page-setup> <body> <text id="7"> <property name="contentType">html</property> <text-property name="content"><![CDATA[<ul> <li style="text-align:left;"><span style="font-size:12px;"><font color="#000000">AAA</font></span></li> <li style="text-align:left;"><span style="font-size:12px;"><font color="#000000">BBB</font></span></li> <li style="margin-left:10px;text-align:left;"><span style="font-size:12px;"><font color="#000000">CCC</font></span></li> <li style="text-align:left;"><span style="font-size:12px;"><font color="#000000">DDD</font></span></li> </ul>]]></text-property> </text> </body></report></pre><p>Thanks,</p><p>Ronan</p>