在rdlc报告中创建参数
我是 rdlc 报告的新手。 我需要创建一个将传递给子报表的参数。但是我无法在报表设计器中找到创建参数的位置。我正在使用 VS 2010
提前致谢
I am a newbie to rdlc reports.
I need to create a parameter that i will pass to a subreport. However I cannot find where in the report designer to create parameters.I am using VS 2010
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你试过查看-->报告数据?然后您应该在“报告数据”窗口中看到参数。
这就是我在VS2010中获取参数的方法。
Have you tried View --> Report Data? Then you should see Parameters in the Report Data window.
This is how I get to the parameters in VS2010.
对于使用 VS2008 的人来说,请快速说明一下:在设计器中打开 RDLC,应该会出现“报告”主菜单项。第一个子菜单项是报告参数。您可以从那里配置参数。
Just a quick remark for people using VS2008: open the RDLC in the designer and a Report main menu item should appear. The first sub-menu item is Report Parameters. You can configure the parameters from there.