CR 在重音字符前添加空格
为什么 Crystal 报表在重音字符前面显示空格?我们可以通过任何方式纠正这个问题吗?我无法通过编辑标签来删除它,因为它没有显示重音。我怀疑这与双字节字符有关。
Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to do with double byte characters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将 CrystalReportViewer 父窗体的 Language 属性更改为您需要支持的语言(在我的例子中,我将其更改为“法语(加拿大)”。
Visual Studio 将创建一个语言资源文件 (DLL)。不要不要忘记将此文件与您的可执行文件一起分发。
You must change the Language property of the parent form of your CrystalReportViewer to the language you need to support (in my case, I changed it to "French (Canada)".
Visual Studio will create a language ressource file (DLL). Don't forget to distribute this file with your executable.