Print Report Header |
Post Reply |
Author | |
cybeh
Groupie Joined: 27 December 2005 Location: Malaysia Status: Offline Points: 76 |
Post Options
Thanks(0)
Posted: 22 December 2006 at 8:03pm |
Hi,
Is there anyway (I am okay with write some code, but i need to know how) to add report title while I print the report control? Please advice. Regards. Thanks in advance. |
|
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
|
In the latest 10.4.0 release, they added headers and footers. You can set them with the following code:
ReportControl.PrintOptions.Header.TextCenter = "Header" ReportControl.PrintOptions.Footer.TextCenter = "Footer" |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |