Viewing 12 posts - 1 through 12 (of 12 total)
Great article! One problem with that approach is the need of installing the dll into the system GAC....
November 12, 2018 at 4:19 am
Great article about inserting QR Codes in SSRS reports. One problem with that approach is the need to install the dll into the system GAC. You can avoid that by...
October 22, 2018 at 5:35 am
The main problem IMO is ActiveX which is the technology MS used to create its RSClientPrint. ActiveX does not work all the time in web scenarios and in other browsers...
April 4, 2014 at 10:02 am
Have you considered not using RSClientPrint and instead, export the report to PDF and let the user to print it? That can be done thought some .NET code if you...
April 4, 2014 at 8:18 am
What Windows version is the user running? Here's a large discussion on the issue to look at
April 4, 2014 at 4:19 am
That's great! A last suggestion... print and try decoding the barcode with a real scanner device (use different brands & models if possible) to make sure that the barcode is...
March 4, 2014 at 4:49 am
Hi Paul,
Font issues is well known in SSRS when exporting to PDF format. The main thing to check out is that the font must be installed at each client machine...
March 4, 2014 at 4:31 am
Tell me what code value you tried to encode and send me the QR Code you got there. Look, smart devices run barcode reader software and they have bugs as...
January 15, 2014 at 4:40 am
Hi Mark,
AFAIK, you cannot embed an PDF right into a RDL report. The only solution I see is that you convert the PDF to an image file and then...
January 14, 2014 at 4:10 am
1. I agree with Steph on using an external service and a link. If that is not possible, then do not install the dll into the GAC as it will...
January 14, 2014 at 4:01 am
SSRS ReportViewer relies on ActiveX for client-side printing which only works in IE. However, in IE10 or greater with default rendering mode, ActiveX is not supported. That's why print button...
January 10, 2014 at 4:20 am
Look for ReportViewer.aspx file at report server folder and open it in Notepad. Then add this meta tag inside the Head section:
<meta http-equiv="X-UA-Compatible" content="IE=9" >
The idea is to force IE10...
June 18, 2013 at 4:25 am
Viewing 12 posts - 1 through 12 (of 12 total)