I am using SQL Reporting services, it\'s working perfectly and shows a print button in IE, but not shown in Mozilla Firefox.
Does anyone ha
Not a solution but a bit of info.
I use SSRS quite regularily for internal projects as i know the target audience are all using IE, but i do not use it for external web facing apps as i have had so many problems with it in FF (date pickers not working etc), although i have never looked at the print button options i suspect this may be a similar problem (report viewer control designed only for IE!) as it seems to affect the toolbar in general.
Going off this http://www.windows-tech.info/15/5fb0fd315e07edf8.php it seems that some activex controls are used and FF doesn't do activeX natively although i do remember a plugin that allowed activex controls to be loaded but where i saw that i can't remember.
EDIT: http://www.iol.ie/~locka/mozilla/plugin.htm I've never used it and can't vouch for it but there is a plugin here.
For web facing projects i tend to use Crystal!
HTH