如何不提示刷新水晶报告 [英] How to not prompt on refresh crystal report

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

问题描述

我有一个报告,我在运行时传递参数。

一旦显示报告,如果用户点击了刷新按钮,那么它不应该提示值或者显示默认值。
而不是刷新时,它应该使用第一次运行时传递的相同值。

我怎么能这样做?
现在,当它提示刷新时很烦人。

使用Visual Studio 2008专业版和.net3.5sp1

谢谢,
-srinivas yelamanchili

Hi,
i have a report to which i pass parameters at runtime.

Once the report is shown, if the user hit's the Refresh button,
it shouldn't prompt for values or show default values.
Instead on refresh, it should use the same values that were passed on first run.

How can i do this?
Right now, it's annoying when it prompts on refresh.

Using Visual Studio 2008 pro and .net3.5sp1

Thanks,
-srinivas yelamanchili

推荐答案


我有从一个表单运行的多组报表。

每次使用此代码刷新报表时


frmPrint.rptNAME.Refresh()

FS

Hi
I have multuple reports running from one form.

use this code to refresh the report every time it is tequisted

frmPrint.rptNAME.Refresh()

FS


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

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