We are developing a .NET application which calls SSRS 2008 report via ReportViewer. It will be used by 3rd parties & we have no control over their computers. As many organisations place security restrictions on the installation of software, we can't rely on users being allowed to do the required install of RSClientPrint in order to easily print due to security restrictions.
The other option I am aware of is to export to a format eg PDF & print this. We are looking to either automate this PDF print, perhaps using a button on the .NET form which opens ReportViewer, or some other process.
What are the options in this scenario that minimise development effort & minimise user actions in order to print, without having to insall some kind on dll or plug-in?
Thanks.