Hi,
I have a Winforms application containing a CrystalReportViewer element. This form contains buttons for which the FlatStyle property is defined as "Standard" (so they are not flat when displayed).
When I launch my application on a 64-bits machine, I have a strange behavior: as soon as the ReportSource is set on the CrystalReportViewer object, the buttons of the form become flat (the styling of the form is also changed but this is more obvious for buttons).
Also:
- This doesn't happen on a 32-bits machine.
- I had to reference the assembly CrystalDecisions.CrystalReports.Engine.dll from the win32_x86\dotnet\ directory of the Crystal Reports installation folder as I could not find the corresponding 64 bits files.
Does anyone have an idea of what could cause this behavior and how I can solve it?
Thank you,
Thomas