Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RDLC Report
Message
From
11/03/2013 07:32:50
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
RDLC Report
Environment versions
Environment:
C# 4.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01567967
Message ID:
01567967
Views:
46
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).
Reply
Map
View

Click here to load this message in the networking platform