Announcements
*This post is locked for comments
Might also be a missing call to Set Data. It happens when one copies a textbox with a call to SetData.
Original textbox expression:
=Code.GetData(3,1)
It errors if the textbox expression is
=Code.GetData
And actually should be like this
=Code.GetData(68,1)
Thanks it works, i dont even know how i had missed this.
Hi ASIF,
I got the same problem.
Try to check the contents Text Box of Tablix, there may be one format or the expression that caused the error.
Example :
textbox value using wrong expression =Fields!Qty
The correct expression =Fields!Qty.value
I Hope that's help.
ceers
Bagus
André Arnaud de Cal...
293,382
Super User 2025 Season 1
Martin Dráb
232,534
Most Valuable Professional
nmaenpaa
101,158
Moderator