Hi All,
I have a textbox within the Table control which is displaying the closing balance. Now, I have a requirement to display the closing balance at the bottom of the report as well just before the footer section. What is the best way to do this. I have tried ReportItems!Textbox2.value but it is giving errors at the time of report deployment. The error was something like "Report Items can only refer to the controls contained within the same group or data region ...." I tried to add a new table control as well and set its DataSetName property to the report's dataset and then trying to display the field there like Fields!ClosingBalance.Value, but still it is showing below error:
Error 1 : Field token Fields!ClosingBalance.Value is invalid. Could not find the identifier. \SSRS Reports\Reports\CustAccountStatementExt 0 0 CustAccountStatementExtReport"
Any help would be highly appreciated.
Thanks,
Baber.
*This post is locked for comments
I have the same question (0)