0

I am trying to display the field in the SSRS report using the Display method. I created a display method in a table which returns the required value. I then selected that display method as the field in the report. It does not show any value in the report which are generated using Display method.

AnthonyBlake
  • 2,334
  • 1
  • 25
  • 39
Alok
  • 244
  • 2
  • 8
  • 23
  • @Jeroen a "Display Method" is a specific type of method in AX, which Alok has tagged – AnthonyBlake May 10 '13 at 09:48
  • @AnthonyBlake my bad, comment obsolete so I removed it. – Jeroen May 10 '13 at 10:51
  • It's painfully obvious but: Ensure that the table being used in the SSRS dataset is the same one that you have added to the table buffer. Also on the SSRS datasource child node perform a Refresh to synchronise changes between AX and SSRS. – ian_scho May 13 '13 at 06:21

1 Answers1

1

I figured it out. In my case it was because display method was not returning anything because of logical error. I was not able to debug this by directly using the breakpoints and debugger so I had to create a job to debug the display method and figure out the problem.

Alok
  • 244
  • 2
  • 8
  • 23