how to print copies of a page more then one
i have made a report which have five pages. and i want four copies of second page and fourth page when print button is pressed. how can i do this
i hope i explain my issue
i hope i explain my issue
Comments
In the print dialog, select "Page Range" = "Pages" and indicate the page numbers you want to print:
1,2,2,2,2,3,4,4,4,4,5
there is no way to do this in code behind? is not there any option about more then one copies in design
You can do it in the designer - just go File|Printer Setup... menu item and do the same. These settings will be saved in a report file.
Another way to do this is to set report.PrintSettings properties in your code.