Hi all,
There's a standard query based SSRS report - WHSWorkOrder.
I need to add 5 fields in it. All of them I can find with relations.
So for example I need to add Customer account and Customer name. So I can fine these from SalesTable using relation with WHSWorkTable.
I created 2 display methods in extension of WHSWorkTable. Now I can see those 2 display fields in Report dataset also, but when I run the report, the values are not there.
When I debugged, the display methods are not hitting.
So since it's a query based report, do I need to add anything else here?
Why my code/display methods not working?
Please advise.
Thanks,
Bhagyashree Dave