Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RDLC Report
Message
De
11/03/2013 07:32:50
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
RDLC Report
Versions des environnements
Environment:
C# 4.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01567967
Message ID:
01567967
Vues:
47
To All Users,

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. I need same functionality
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