Home
Designing Analytics Reports
cell textAlign property set from BIRT API
Migrateduser
<p>Hi, I am trying to set the group row cell text alignment to left align but BIRT doesnt recognize textAlign property. </p>
<p> </p>
<div> tcell.setColumnSpan(15);</div>
<div> tcell.setRowSpan(1);</div>
<div> </div>
<div>I am getting an error with the following statement. </div>
<div> </div>
<div>tcell.setTextAlign("left");</div>
<div> </div>
<div>I have also tried setting with data element</div>
<div> </div>
<div>
<div>data = elementFactory.newDataItem( null );</div>
<div>data.setTextAlign("left")</div>
<div> </div>
<div>Can you please let me know what was wrong with above statements?</div>
<div> </div>
<div>Thanks for your help.</div>
</div>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet