Passing Parameters to a Subreport

不羁岁月 提交于 2019-12-11 11:08:27

问题


I have a main report that prompts the user to enter two parameters (@ORI and @CaseNumber). Within this report, I have a subreport that needs to pass a value that is picked up by the main report (@Sequence). How do I pass the value that the main report contains to the subreport? Thank you.


回答1:


Right-click the cell with Navigation and choose Properties. Click the Navigation tab. In the Hyperlink action section where it says Jump to Report click the Parameters button. This shows the parameters of the linked report and allows you toput expressions of what values you want to pass. To pass a parameter value, put in something like:

=Parameters!MyParameter.Value


来源:https://stackoverflow.com/questions/10938358/passing-parameters-to-a-subreport

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!