Error CS1525: Invalid expression term '['
FastReport 1.6
Visual Studio 2010
Target platform : x86
Defining a total sum field
in .frx
<Total Name="Total" Expression="[Data.Field1]" Evaluator="Data" PrintOn="GroupFooter1"/>
Error:
(Total): Error CS1525: Invalid expression term '['
(Total): Error CS1002: ; expected
(Total): Error CS1002: ; expected
(Total): Error CS1525: Invalid expression term ']'
It seems that "[Data.Field1]" expression are not transformed to 'Report.GetColumnValue("Data.Field1") before sending to c# compiler ?
Visual Studio 2010
Target platform : x86
Defining a total sum field
in .frx
<Total Name="Total" Expression="[Data.Field1]" Evaluator="Data" PrintOn="GroupFooter1"/>
Error:
(Total): Error CS1525: Invalid expression term '['
(Total): Error CS1002: ; expected
(Total): Error CS1002: ; expected
(Total): Error CS1525: Invalid expression term ']'
It seems that "[Data.Field1]" expression are not transformed to 'Report.GetColumnValue("Data.Field1") before sending to c# compiler ?
Comments
My Fault. Field name "Field1" not in data