parent and child reports

Please help me, is there a way to get the field.value from another report

example:
report1.rdl:
id: 01 <--------------- field!id.value
name | age | sex
nemo 11 m
id: 02
...
I want the field!id.value to be used by report2.rdl, so i can make a parent -child way:

id: 01 <--- report1.rdl
name | age | sex
nemo 11 m

friend | school | teacher <--report2.rdl,a subreport with id:01 from report1.rdl
sha ppch yanimoto






Answer this question

parent and child reports

  • RonaldS

    As you have already indicated, you can use a subreport and just pass the current id-value as parameter to the subreport. In the subreport make sure the report parameter value is used in the query to just retrieve the data with the according parameter value.

    -- Robert



  • parent and child reports