April 25, 2012 at 8:14 pm
I have a need to add a text box to a report in report header.. The text box will have an
expression that I need to have that captues the value of a field from a
second data set associated with the report. I add a text box but in the edit
expresssion process I can't access any fields (from any data set) and i get
the message Report item not linked to a dataset. I'm not trying to add a new
table or anything like that. I just want to be able to grab that field value
and display.
i am using something like this
= max(First(Fields!ReportHeading1.Value), "PortfolioInfo")
how to do this?
getting error under Fields!ReportHeading1.Value , unknown collection member
Any idea?
April 25, 2012 at 8:32 pm
Yes. This -> message Report item not linked to a dataset
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply