Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - RepeatHeaderRows in PrintOptions
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RepeatHeaderRows in PrintOptions

 Post Reply Post Reply
Author
Message
cdiasdev View Drop Down
Groupie
Groupie


Joined: 27 March 2017
Location: Brasil
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote cdiasdev Quote  Post ReplyReply Direct Link To This Post Topic: RepeatHeaderRows in PrintOptions
    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?
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 27 May 2018 at 1:50pm
Hello,

What version of library do you use ?

Regards,
 Oleksandr Lebed
Back to Top
cdiasdev View Drop Down
Groupie
Groupie


Joined: 27 March 2017
Location: Brasil
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote cdiasdev Quote  Post ReplyReply Direct Link To This Post Posted: 01 June 2018 at 2:59pm
16.3.1
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post 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
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.172 seconds.