I need to replicate a sub report (60 lines of copy) based on a parameter.
When the Extra Pages parameter is greater than 1 then print the sub report.
the sub report is not based on a table. any thoughts on how to pull this off?
Printable View
I need to replicate a sub report (60 lines of copy) based on a parameter.
When the Extra Pages parameter is greater than 1 then print the sub report.
the sub report is not based on a table. any thoughts on how to pull this off?
Need more information about the report to give an answer.
Parameter : Extra Pages (Number)
User enters the number of extra pages they want to print.
It would be passed to a sub report that has a grid layout in the detail section
and is not linked to an data source.
If the user wants 2 extra pages the sub report would then print the detail section twice
Now I think I'm following. I don't know if this can be done, at least not directly in CR. Maybe using VB or something else, but I can't help you there, sorry.