更改报表参数后如何刷新页面? [英] How to make the page refreshing after changing the report parameter?

查看:60
本文介绍了更改报表参数后如何刷新页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经从Report Project Wizard visual studio 2005创建了一个报告。所有查询参数都存储在sql存储过程(服务器)中。

我将报告上传到报告管理器,然后将其连接到我们的内部网站。当我们尝试将默认值更改为用户输入的值时,问题就出现了。我们希望页面应在报告参数值更改后立即刷新,并且在我们点击"报告查看器"之前不会显示报告结果。按钮。

我试图重新安排报表查询顺序以及导出值。

这个问题的任何线索?

Hi,
 
I have created a report from Report Project Wizard visual studio 2005. All the query parameter is stored in the sql stored procedure (server).

I uploaded the report into the report manager and then connect it to our internal website. The problem comes when we try to change the default value to the value inputed by user. We expect the page should refresh right after the report paremeter value change, and will not showing the report result until we click the "report viewer" button.

I have tried to re-arrange the report query order as well as make the value derived as well.

Any clue to this issue?

推荐答案

您好

在表单打开时使用打印来尝试输入代码以在最后一行添加folling

frmPrint.rptNAME .Refresh()
这是在VS 2008和VB

FS

Hi

Try in code when the form opens with the print to add the folling on the last line

frmPrint.rptNAME.Refresh()
This is in VS 2008 and VB

FS


这篇关于更改报表参数后如何刷新页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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