帮忙解决个关于Grid++Report 5.0报表设计器中出现的问题

chenyao52196 2010-09-30 07:45:04
下面是我在报表脚本中些的事件
//Report.DetailGrid.Group1.GroupHeader.Group1.FieldBox55.GetDisplayTextScript(字段框.取显示文字脚本)
function Report.DetailGrid.Group1.GroupHeader.Group1.FieldBox55.GetDisplayTextScript(Report, Sender)
{
if( Sender.DisplayText.AsString== "1")
{
Sender.DisplayText="应税";
}
else if (Sender.DisplayText.AsString=="2")
{
Sender.DisplayText="免税";
}
else if (Sender.DisplayText.AsString=="3")
{
Sender.DisplayText="零税";
}
}

这个不知道对不对 我感觉是对的 在我的报表设计器中好像就没执行过 要是错了也该报错 请高手看看对不对 要是对的话 估计我用的报表设计器就真的有问题了 ,之前的日期时间格式化都不行 要是不对请帮我整理下
...全文
363 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复

110,534

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧