how to fix column width in a report
Hi all,
i have to set the width of a column of a report of mine fixed and to have text wrapping inside of it.
i would prefer to avoid to modify the theme (that might involve other item) and i wanna work just on that report.
i've tried to create a new template (Report Region Wrap) and i guess i'm supposed to set something like:
SPAN STYLE="white-space:nowrap"
but i don't know where...
This is the "definition" of my template:
<table cellpadding="0" cellspacing="0" border="0" summary="" class="t9GCCReportsStyle1" id="#REGION_ID#">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="">
<tr>
<td class="t9RegionHeader">#TITLE#</td>
<td class="t9ButtonHolder">#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP#</td>
</tr>
</table></td>
</tr>
<tr>
<td class="t9Body">#BODY#</td>
</tr>
<tr>
<td class="t9RegionFooter"></td></tr>
</table>
i've already tried putting it in <td class="t9Body" ... > but with no results.
thankx a lot,
matte