Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SSRS Printing across browser
Message
De
22/04/2013 12:05:06
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Services de reporting
Titre:
SSRS Printing across browser
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01571613
Message ID:
01571613
Vues:
37
Hi,

We have RDLC reports created to run in local processing mode. Everything is fine except
print button which appears in IE only as it is active X control. As a workaround, I need same functionality (print button)
for Chrome, Firfox and Safari browser. Tried following alternatives:

1. Rendered the report in image format and passed the bytes to image tag and fired
window.print(), but the print result is not as good as output from RDLC's print command.

2. Rendered the report in PDF format and saved it in physical format, then opened it in
"object" tag and then fired obj.print()
[
var el = document.getElementById('obj');
el.focus();
el.print();
]
Again above solution worked only in IE.

Pleas help to have solution for this, We are using Visual Studio 2010 (.Net framework 4.0).
Répondre
Fil
Voir

Click here to load this message in the networking platform