0

I have an object datasource that I fill and use on my main report. I am trying to pass one of the properties from this object as a parameter to a subreport. The instructions I've read online are:

  1. Right-click the subreport and click Subreport Properties.
  2. Click the Parameters list item and then click Add to add a parameter.
  3. Type in a name for the parameter and a value. (Here I've named it "MiscUpdates" which is the name of the object property I wish to pass to the subreport. The value is set to =First(Fields!MiscUpdates.Value, "dsReport")

Basically these are all of the instructions I've read and it does not provide me with an option to add this parameter as a value in a textbox within the subreport itself. How can I get access to this in the subreport?

4

1 回答 1

0

问题是我必须先进入子报表并首先在“参数”下的“报表数据”窗格中添加具有相同名称的参数。

于 2013-05-02T19:00:00.437 回答