这是我在文本框中的公式
=Fields!TotalCost2.Value+Fields!TotalCost1.Value
现在我想在公式中添加 £,以便输出为
£ 300.00
提前致谢!
如果设置 TextBox.Format = "C2",它将显示在区域设置 ("C") 中声明的符号,格式为 2 位十进制数字 ("2")。
您只需输入英镑符号(
£