Page 1 of 1

Printing to File in R&R Rep. Viewer

Posted: Thu Dec 21, 2006 11:31 am
by John_Rogers_(Guest)
When using report viewer, it asks for which DB to login to, the login and the password, then it takes it right to the print preview page. From there, I can only choose a print icon or print one page icon that immediatelty goes to my default printer. Is there a way to print to a file ?

=> Printing to File in R&R Rep. Viewer

Posted: Thu Dec 21, 2006 2:19 pm
by kfleming
You would need to set up a runtime control file which can be a simple text file.____Instructions are found in the help file under Developing Applications.____For a simple text file that prompts the user to select a report and an output destination, create a file called PROMPT.RSS with the contents:__RI_REPPICK=R__RI_PRINTER=?____and then double click execute in Windows Explorer.____Kathleen__R&R Support