At 05:07 PM 7/24/2007, acec acec wrote:
Hi,
I want to grid header using bold font and grid content
using regular font.
Is there a good way to support this function?

All you do is put <b></b> around the name of the header
in the gridtext:

<canvas>
   <grid datapath="mydataset:/*">
      <gridtext datapath="myfield/text()"><b>My Field</b></gridtext>
   </grid>
</canvas>


Geoff Crawford
[EMAIL PROTECTED]

Reply via email to