Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I love SSRS but I have been strogueling with line img....
When I convert the report to pdf it looks very good.
Any idea on how to fix this issue would be highly appreciated.
this is how the lines looks like on html and next a pdf sample of the same portion
thanks
Lucas
Solved! Go to Solution.
Finally I've found the solution.. Upgrading SSRS Server. That was a bug on the Server.
Finally I've found the solution.. Upgrading SSRS Server. That was a bug on the Server.
Hi, @LUCASHDZ
You need to make sure that the image path referenced in the HTML is correct. The use of relative and absolute paths may vary. Also check your browser compatibility, HTML rendering may vary from browser to browser, make sure you are using a browser that supports SSRS-generated HTML. In HTML, images can be embedded as inline images or external links. Make sure the way the image is embedded is appropriate for your needs. You can check the following link:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you Yongkang, thats what I have been looking for but... where would change the rendering way for a report?
Lucas