I have a C# windows form application.
One of the forms displays an sql server report in a reportViewer control, when the user clicks the print icon at the top of the screen, I want the default option selected to be to only print the current page. (I would prefer the user still to be able to choose other selections, but the current page option should be the default)
The same problem described here, but I didnt really understand the response.
Further to that, I cant even manually select the option to print the current page, the option is greyed out.