Skip to next new page
RB 7
I have report that restrict 15 row of detail line,
if detail line have more that 15 lines then
1) print sub-total
2) goes to new page,
3) reprint the header
How to do this ?
Thanks in advance
I have report that restrict 15 row of detail line,
if detail line have more that 15 lines then
1) print sub-total
2) goes to new page,
3) reprint the header
How to do this ?
Thanks in advance
This discussion has been closed.
Comments
Use the TppDetailBand.PrintCount property to limit the number of rows per
page.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have PageStyle set in the Main Page/master report,
then SubReport2 is placed right below total is printed in the SummaryBand,
SubReport2 PrintBehaviour set to pbSection
I want PageStyle on the master report print on every page
Question
PageStyle printed in first page, second page but
why the PageStyle on the master report does not printed in SubReport2 ?
please help...Thanks
In the future, for a new topic, please start a new thread. This helps us
separate questions and others find answers easier.
A section subreport acts as a completely separate report within the main
report. You can add the PageStyle band to the subreport and copy the main
report's PageStyle if you would like to see it for the subreport.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com