I have a Text-Component, bound on an DataTable with this expression {Print1.text}. This works fine in V2013.3
In V 2014.1, i receive this Error:
The error of compilation
The error of compilation is found in the 'RechKass' report:
'Reports.RechKass.Print1DataSource' nor definition for 'text', nor Extension method... (missing Using or Assembly...).
If I change the expression to {Print1.text_} (added underline!), it works

Ath the moment, I try to "convert" this expressions an runtime. But, ist there a better solution?
Christoph