Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Print Report Header
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Print Report Header

 Post Reply Post Reply
Author
Message
cybeh View Drop Down
Groupie
Groupie
Avatar

Joined: 27 December 2005
Location: Malaysia
Status: Offline
Points: 76
Post Options Post Options   Thanks (0) Thanks(0)   Quote cybeh Quote  Post ReplyReply Direct Link To This Post Topic: Print Report Header
    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.
Back to Top
nighthawk View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 June 2004
Status: Offline
Points: 167
Post Options Post Options   Thanks (0) Thanks(0)   Quote nighthawk Quote  Post ReplyReply Direct Link To This Post Posted: 23 December 2006 at 12:51am
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"

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.