Place a rotated label object on your report.  You can
define what angle you want it or you can change it on the fly.

Assign it a Component ID

Right click on the band that the rotated label is located in.

In the after generate eep place

set var vTextValue = (whatever you need it to be)
Property (your component ID) Caption .vTextValue

return

Your data should appear at the angle you set.

You should also be able to place in the after generate eep

Property (your component ID) ANGLE .vAngle

to change the angle dynamically.  (Check the syntax, it might not be quite 
correct)

-Bob

--
Thompson Technology Consultants 
LaPorte, IN 46350 
219-363-7441

-------------- Original message -------------- 
From: "Marc" <[EMAIL PROTECTED]> 

> Is it possible to rotate a field on a report about 15 degrees? 
> I not want to rotate it 90. 
> 
> Thanks 
> Marc 
> 
> 

Reply via email to