Hi,
I created an extension class for a table (WHSWorkTable) to add a new display method to it. For testing purpose it's only returning a str for the moment.
This new method is shown in my Report data query as expected.

My problem comes when I am using this new method in my report. It seems that it's never called during the execution (debugging mode) and thus, the expected value of "232323.." isn't shown in the report. I've tried Synchronizing with the database / Rebuilding it / Restart SRSS report server but still the same issue.
Any idea/ suggestion?
Thank's a lot for you help!