Right to left row in crystal report

Consider the query below in SQL Server

enter image description here

The image below is the result of this query in Crystal Reports.

enter image description here

since you can see that the right side is exactly the same as the result of the query in the sql server, and the left side is converted using a locked function to match the right quality of the Persian language.

I need to get this function.

+5
sql sql-server right-to-left crystal-reports
source share
1 answer

First, you rewrite your sql query as follows:

SELECT N'Your Text' 

and in the crystal report in a text object> right-click> Format Object> Paragraph Tab> Reading Order> Select left to right as the image below

enter image description here

+3
source share

All Articles