摘要: 1. 获取Textbox的值,根据Textbox值更改单元格颜色 Textbox值:=ReportItems!Textbox1.Value 当前单元格的值:=Me.Value =IIF(ReportItems!Textbox1.Value > 0,"Black","Red") 2. SSRS Rep 阅读全文
posted @ 2016-08-23 17:27 Niko12230 阅读(598) 评论(0) 推荐(0)