I developed App with Visual Basic 2017 and crystal report All works good until i export the report to PDF file the problem is all Arabic words that containing (لا) displayed in separated letters for example .. this displayed in run time report (اسلام), but after export to PDF file (ا س ل ا م), However any other Arabic text that doesn't containing (لا) are displayed without any problem
3 Answers
1
votes
I found the solution for this, try to upgrade the crystal report to CRYSTAL REPORTS Service Pack 24 you can find the ver here:
https://www.tektutorialshub.com/crystal-reports/crystal-reports-download-for-visual-studio/
The Crystal Reports for Visual Studio is now known as Crystal Reports Developer Edition for Visual Studio. It is also known as CR for VS (CrforVs). Crystal Reports currently supports Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, Visual Studio 2010. Prior to Visual Studio 2010, the Crystal Reports were Installed along with Visual Studio.
I installed the latest ver Service Pack 24 and it works for me