Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Report comments?

Author  Topic 

chriskhan2000
Aged Yak Warrior

544 Posts

Posted - 2005-04-22 : 13:55:07
Is it possible to have report comments, but not print when the user prints the report? For example, I want to show some tool tip, like do this and that,on the side, but when the user prints the page, have it not print.

Let me know if this is possible.

jhermiz

3564 Posts

Posted - 2005-04-22 : 15:01:48
Not in the report directly. You can have css pull up tooltips but that has to be on a page where the report is embedded into the html page. What I mean by this is sort of like the viewer in crystal with html on the top. Rolling over labels in the page allows for tool tips.

One other thing you can do is have the report open up in a framed html page. The bottom frame can be your report. The top frame can be labels or whatever you want. When the user prints the report it wont print the top of the frame.

Jon



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page

chriskhan2000
Aged Yak Warrior

544 Posts

Posted - 2005-04-22 : 16:12:12
Thanks for the information Jon. Will look into it.
Go to Top of Page
   

- Advertisement -