Windows application - RDLC report - reportviewer 2015 - fonts showing blurry?

  • Thread starter Thread starter Paramu
  • Start date Start date
P

Paramu

Guest
Hi,
Iam using VS2015. With my Windows Application, I have RDLC Report Viewed by ReportViewer 2015. Simply It's good in many system. But the fonts showing blurry with report Viewer only in one of my user system. So how to avoid this problem?

I try to setup Additional Manifest file for DPI_Aware, but no changes. I don't Know the mistakes...? Any guidances will be helpfuls
my Codes

<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

Any helps & advices from superiors

Thanks Again



U.PARANTHAMAN

Continue reading...
 
Back
Top