报告在Mozilla中不刷新 [英] Report Does not Refresh in Mozilla

查看:104
本文介绍了报告在Mozilla中不刷新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个报告,该报告显示IE中不同条件下的最新数据,但在Live Server的Mozilla中不显示最新数据.我必须使用ctl + F5在Live Server的Mozilla中查看新数据.
同一份报告显示了我的Dev机器上IE和Mozilla中的最新数据.
我已采取以下步骤:
1:我取消选中属性使用报表保存数据"
2:我检查了属性打开时丢弃保存数据"
3:在page_unload和ReportViewer卸载事件中杀死所有与报表相关的对象.
4:我使用了refreshReport()函数,但它要求在运行时将数据与DB绑定.

我正在使用asp.net 3.5.

任何帮助请
亲切的问候
Azhar Iqbal

I have report which shows fresh Data for different criteria in IE but does not show fresh Data in Mozilla at Live Server.I have to Use ctl+F5 to see fresh data in Mozilla at Live Server.
Same report shows fresh data in both IE and Mozilla at my Dev machine.
I have taken Following steps:
1: I have uncheck Property "Save Data with report"
2: I have checked Property "Discard Save Data on open"
3: Kill all report related objects at my page_unload and ReportViewer UnLoad Event.
4: I have use refreshReport() function but it ask for binding Data with DB at run time.

I am using asp.net 3.5.

Any Help Please
Kind Regards
Azhar Iqbal

推荐答案

在Head标记中使用以下标记.它会每5秒自动刷新一次页面.
Use following tag in Head tag. it will automatically refresh your page in every 5 sec.
<meta http-equiv="refresh" content="5" />



谢谢



Thanks


我能问你一个问题,你是说你的数据将总是在页面lode事件上刷新,否则....我不知道..

因此,您可以使用计时器控件并设置希望数据始终刷新的时间.....
can i ask you a question you are telling your data will appear always refreshed on page lode event or else.... i don''t know about this..

so you use timer control and set the time of time which you want data appear always refreshed.....


这篇关于报告在Mozilla中不刷新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆