Normal Topic Report Header - Text Alignment (Read 712 times)
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Report Header - Text Alignment
Jan 13th, 2004 at 2:51pm
Print Post Print Post  
In Report Header section, eventhough there is text alignment property for Static text kind of element in Property viewer, one cannot set such propery through property editor.  The text aligns left only. How do I center the Heading of the report?
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Report Header - Text Alignment
Reply #1 - Jan 13th, 2004 at 3:07pm
Print Post Print Post  
You can gain quite a bit of control over your Report by embedding HTML tags in it. Try this for your Report Header:
1. Add an Unbound Value Box with no label to the Report Header section. It will be called something like LE0.
2. Program Layout as follows -
LE0::OnPrint
[pre]LE0 = "<CENTER>My Report Header</center>"[/pre]
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged