|  | 
| (Solved) How I can Print a Page Header/Footer | 
| Post Reply   | 
| Author | |
| darahem   Groupie   Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |  Post Options  Thanks(0)  Quote  Reply  Topic: (Solved) How I can Print a Page Header/Footer Posted: 14 March 2009 at 9:02am | 
| 
   Dear all, 
 Is there any property or method to force the report control to print a Page Header or Footer (some text with any fonts)  or putting a logo thanks in advance | |
|  | |
| Aaron   Senior Member   Joined: 29 January 2008 Status: Offline Points: 2192 |  Post Options  Thanks(0)  Quote  Reply  Posted: 16 March 2009 at 4:50pm | 
| 
   Hi, 
 Try this for header and Footer text: wndReportControl.PrintOptions.Footer.FormatString = "This is Footer string" wndReportControl.PrintOptions.Header.FormatString = "This is Header string" wndReportControl.PrintOptions.Header.Font.Bold = True wndReportControl.PrintOptions.Header.Size = 24 | |
| 
     Product: Xtreme SuitePro (ActiveX) version 15.0.2 
 Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... | |
|  | |
| darahem   Groupie   Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 March 2009 at 3:31am | 
| 
   Thanks a lot , it works good
 thanks   thanks   thanks   | |
|  | |
| 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 |