Print Page | Close Window

(Solved) How I can Print a Page Header/Footer

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=13681
Printed Date: 23 April 2024 at 10:39am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: (Solved) How I can Print a Page Header/Footer
Posted By: darahem
Subject: (Solved) How I can Print a Page Header/Footer
Date 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



Replies:
Posted By: Aaron
Date 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....


Posted By: darahem
Date Posted: 18 March 2009 at 3:31am
Thanks a lot , it works good
 
thanks   thanks   thanks 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net