How can I print the contents of a view on the Web?

How can I print the contents of a view on the Web?

I want to print the contents of a view on the Web. I tried to print it directly, but the browser page is printed as an image. Is there any way to print the view as it appears on the Web with all of its contents? I want to use the views instead of the reports. If this is not allowed, what is the best tool to use for reporting from the Web?

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

When you use the browser print button, you get what you see on the screen. If you actually want the print version to look different, I would suggest that you do it in one of these two ways:
  1. Either you have a print-button in the page layout that opens a different view, formatted in a way that looks like you need it OR
  2. You could look at a browser print-button method that uses style sheets and the possibilities that are available for switching the style sheet when activating the browser print button.
Have a look at this discussion on NotesTips.com: Are print media style sheets counter-intuitive? Also, CSS: Going to print goes into how to implement the print style sheets.

This was first published in July 2003