Problem with crystal reports in an asp.net application
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm developing a web application using asp.net with VS .net 2008. I also use reporting tool Crystal Reports. I have a problem with arabic data display in the report. If i have a text field or object has arabic data value with special character(like / or _) e.g. ArabicName1/ArabicName2 The resulting displayed data inside the text field or object is reversed i.e. The displayed data is: ArabicName2/ArabicName1 To solve this problem i changed the Reading Order property to be LTR also changed the Text Interpretation property to RTF then data displayed correctly but this solution is not logic. I'm not using any CSS that may override the text field properties. Could anyone find a solution for this? Thank You