right to left string in crystal report

不想你离开。 提交于 2019-12-23 10:17:02

问题


Consider Below Query in SQL Server

below picture is result of this query in Crystal Reports.

as you can see the right part is exactly same as query result in sql server and left part is converted by a locked function to meet right to left property of Persian language.

I need to Obtain this Function.


回答1:


First you have re-write you sql statement to be as follow:

  SELECT N'Your Text'

and in crystal report on your text object > right click > Format Object > Paragraph tab > Reading Order > Select Right to Left as Image Below



来源:https://stackoverflow.com/questions/30886993/right-to-left-string-in-crystal-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!