CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2011
    Posts
    73

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

    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 helpful
    Code:
    <?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>
    Last edited by 2kaud; July 20th, 2019 at 02:43 AM. Reason: code block

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured