Print Page | Close Window

RepeatHeaderRows in PrintOptions

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=23643
Printed Date: 25 April 2024 at 10:27pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: RepeatHeaderRows in PrintOptions
Posted By: cdiasdev
Subject: RepeatHeaderRows in PrintOptions
Date Posted: 24 May 2018 at 12:52pm
rPMod.PrintOptions.RepeatHeaderRows = False

and

rPMod.PrintOptions.RepeatFooterRows = False

Not work. Header and footer continue to appear on the printout. Is it a bug?



Replies:
Posted By: olebed
Date Posted: 27 May 2018 at 1:50pm
Hello,

What version of library do you use ?

Regards,
 Oleksandr Lebed


Posted By: cdiasdev
Date Posted: 01 June 2018 at 2:59pm
16.3.1


Posted By: olebed
Date Posted: 05 June 2018 at 8:31am
Hello,

I can't find significant changes in this part of ReportControl from v16.3.1 and any other complaints.

Note that header section will be printed at least once on beginning and footer on last page. If this sections exist and visible. So I can suppose you should use property ShowHeaderRows and ShowFooterRows during printing to hide these sections at all.
    wndReportControl.ShowHeaderRows = False
    wndReportControl.ShowFooterRows = False
Regards,
 Oleksandr Lebed



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