摘要: 报表的空白处点右键,报表属性,CODE,按下面的格式输入自定义函数:Shared Function ShowDate(value as DateTime) as string if value<=DateValue("1900-1-1") then return "" else return FormatDateTime(value,DateFormat.ShortD... 阅读全文
posted @ 2015-12-24 10:50 杨mon 阅读(649) 评论(0) 推荐(0)