传递参数的问题 [英] Problem with passed parameters

查看:53
本文介绍了传递参数的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。请问一个问题。


当我运行生成水晶报告的VB应用程序时,它会要求我输入参数。我将这些参数从VB发送到Crystal,我在报告中看到它们。它运行正常,但是为了在报告中看到它们,我必须在开始时取消参数输入。


任何想法?


谢谢.. 。

解决方案


尝试将参数发送到crystal,格式如下: / p>

rptReport.SetParameterValue( " VariableX" ,valueofVariable)




Hi. A question please.

When I run my VB application that generates a crystal report, it asks me for parameter inputs. I send the those parameters from VB to Crystal and I see them on the reports. It works fine, but for seeing them on the reports I must cancel the input of parameters at the begining.

Any idea ?

Thanks...    

解决方案

Hi,

Try to send parameters to crystal, in this format:

rptReport.SetParameterValue("VariableX", valueofVariable)

 

 


这篇关于传递参数的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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