Hi,
I am trying to make conditional formatting GroupFooterSection2(GroupFooterSection) but i could not able to do. I am getting errors, "An error has occured while processing TextBox 'TextBox12': The expression contains object 'Textbox12' that is not defined in the current context".
I am generating the report through programatically, the values are displaying on the report. I place a textbox in the group footer section2 and try to sum of the columns and textbox value is =sum(Fields.M1).
The total sum value is displaying but when i trying to do conditional formatting i am getting an error.
I just want to change the color of the sum textbox if it greater than 120.
Please tell me how to overcome with this problem.
Thanks.
Regards
Arshad
Please tell me how to overcome with this problem
I am trying to make conditional formatting GroupFooterSection2(GroupFooterSection) but i could not able to do. I am getting errors, "An error has occured while processing TextBox 'TextBox12': The expression contains object 'Textbox12' that is not defined in the current context".
I am generating the report through programatically, the values are displaying on the report. I place a textbox in the group footer section2 and try to sum of the columns and textbox value is =sum(Fields.M1).
The total sum value is displaying but when i trying to do conditional formatting i am getting an error.
I just want to change the color of the sum textbox if it greater than 120.
Please tell me how to overcome with this problem.
Thanks.
Regards
Arshad
Please tell me how to overcome with this problem