Post Author: nicorac
CA Forum: General
I want to show a report in a WindowsForms application with CrystalReports for VisualStudio 2005 SP1.When I show it on a desktop PC (1280x1024 @ 96 DPI) and I select Zoom=WholePage or Page Width everything works correctly, zooming to the entire page (A4) or to the page width.The same report on a laptop (1680x1050 @ 120 DPI) doesn't work: WholePage show the top 66% of the page, while setting Page Width the page overflows to the right. Scroll bars are longer accordingly.Anyway the report layout is correct, with each object in its expected locationSetting the screen resolution to 96 DPI solves the issues, but is not a liable workaround...It seems that 120 DPI causes CrystalReports to wrongly calculate the size of page and this causes the zoom/scroll bars error.Same behaviour with CrystalReports for VisualStudio 2008.Is there a workaround for this ? (setting DPI to 96 on all of my laptops is NOT acceptable) .ThanksNiko