May 19, 2006 at 8:40 am
Hey guys,
Well here's the problem. I have a main report that uses multiple subreports. On the main report I have a page header that references a datafield by way of using a ReportItems. When a subreport takes up an entire page I end up losing the reference from that ReportItem. Anyone have any idea on how I could reference this ReportItem so that it will be displayed on everypage in the page header? Any help would be great. Thanks in advance.
Mickas
May 22, 2006 at 8:00 am
This was removed by the editor as SPAM
May 25, 2006 at 7:27 am
Just write a Function for these Values in the report Properties in the Code Tab and the call it in the header as
=Code.Functionname(arg1,arg2)
u can get the values from the report as a parameter and then use them as u wish to
May 30, 2006 at 8:07 am
Thanks ASYED your suggestion actually helped me come to the solution. All I ended up doing was making a parameter in the main page. Then in the Page Header referencing the parameter instead of Referencing a ReportItem. For some reason you can reference a parameter but you cannot reference a field in the Page header.
Mickas
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply