Hallo!
I have two calculated Fields in an Q2 2015 Report.This Fields work well in the Preview Mode of your Stand-alone-designer.
However, when databound via code i get this error: "The expression contains object 'xxx' that is not defined in the current context".
Omitting both fields creates the report OK.
I am using the Fields like this:
[= "Name: " + Fields.salutation + " " + Fields.name]
where "Fields.salutation" would be a calculated field.
Is that not possible? Or am I doing something wrong?
Thanks for your Support!