I want to print a report (localreport) 4 times, and i have a textbox that need to have different value for specific copy.
Ex.:
Copy 1 - Original
Copy 2 - Duplicate
...
Can i dynamically do this in the report?
Thanks
If you can place the changing text at the top of each copy, you could have one report without this heading that was the basic report. Then you could have a second report with 4 subreports, each pointing to the main report. At the top of each subreport you would place the "copy 1" etc. At the bottom of each subreport you would force a page break.
There may be a better way, such as driven from your data and using a single report, but without knowing details I think that would work.
No comments:
Post a Comment