Click here to Skip to main content
15,880,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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>


Thanks

What I have tried:

DPI-Aware for Windows Application, because RDLC Report viewed in ReportViewer, Fonts showing blurry in One of the User System
Posted
Updated 19-Jul-19 10:30am

1 solution

Did some research courtesy of Google, and found an article that has an additional change
César Souza:
1. Go the the Forms designer, then select your Form (by clicking at its title bar)
2. Press F4 to open the Properties window, then locate the AutoScaleMode property
3. Change it from Font (default) to Dpi.
How to fix blurry Windows Forms Windows in high-dpi settings – César Souza[^]
 
Share this answer
 
Comments
Paramu1973 19-Jul-19 16:44pm    
I tried already, but no any changess

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900