标签: crystal-reports-2010
如何在PrintDate对象上添加文本而不是在报表上添加新的textobject? printdate仅显示8/21/2013。如何拥有As of Printdate[8/21/2013] this are the list of employee。我的意思是PrintDate Object是创建报告时添加的默认字段对象。
As of Printdate[8/21/2013] this are the list of employee
答案 0 :(得分:1)
“截至”& ToText(CurrentDate,“MMMM dd,yy”)& “这是员工名单:”