标签: reporting-services reportingservices-2005
有没有人知道在SSRS2005的文本框中放置占位符的解决方法。我坚持使用SSRS2005,但需要将数据库字段插入包含其他静态文本的文本框的特定位置。
答案 0 :(得分:1)
您需要创建一个表达式,例如:
="This is a piece of static text: " & Fields!firstname.Value & " ...and more static text!"