Crystal Reports - 更改每个详细信息视图的参数值

发布于 2025-01-04 01:51:15 字数 250 浏览 0 评论 0原文

我正在处理一个 Crystal Reports 文档,我需要更改将从代码隐藏生成的参数。我已经知道如何通过代码设置参数的值,但是我需要它在详细信息视图中动态工作。

因为详细信息视图可能会出现多次,所以我想知道是否可以在每次详细信息视图运行时以编程方式为参数设置不同的值?我知道最好获取数据集中的值,这就是我已经在做的事情,但是对于这个值,它需要通过参数输入,因为它不存在于我们的 sql 数据库中。

任何帮助将不胜感激。

I am working on a Crystal Reports document which I require changing a parameter that will be produced from the code-behind. I already know how to set the parameter's value through the code, however I need it to work dynamically in the details view.

Because the details view can occur many times, I would like to know if it is possible to programmatically set a different value to the parameter every time the details view runs? I know it would be better to get the value from a dataset, which is what I am already doing, but for this value it needs to be entered through a parameter simply because it does not exist in our sql databases.

Any help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸢与 2025-01-11 01:51:15
/* Set datasource first
         myDataReport.SetDataSource(...)

         myDataReport.SetParameterValue("MyParameter", "Hello");
         */
/* Set datasource first
         myDataReport.SetDataSource(...)

         myDataReport.SetParameterValue("MyParameter", "Hello");
         */
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文