I'm using an object as my data source. The object has a function that returns another object. I wish to use a function return value of that returned object as the value in a TextBox, but the report is not happy and shows an exception box pertaining to not being able to find the lower function. For example, my TextBox value field looks something like this: =GetSubObject().GetValue( p1, p2). The report would be complaining "The expression contains undefined function call GetValue."
Is there any way to do this? I'm guessing a subreport that uses the GetSubObject return value as its data source would be an option?
Is there any way to do this? I'm guessing a subreport that uses the GetSubObject return value as its data source would be an option?