Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一份包含货币文本的报告。我想用逗号分隔它的数字,每 3 位数字。所以我从它的属性中改变了它的文本格式。正常显示是可以的,但是当我将此报告导出为 PDF 文件时,它的货币数字显示不好。请帮我解决这个问题。
您可以使用格式。例如,您可以使用以下内容填充文本字段:
价格为:{Format("{0:C}", MyPrice)}