Dynamics AX Blog - ssrs - Posts from 2015
These posts are machine-translated.
Currently, only posts from »2015« are displayed
|
|
|
|
|
|
Dynamics AX Blog - ssrs - Posts from 2015These posts are machine-translated. Currently, only posts from »2015« are displayed
|
In the past i often had the problem, that i had to debug a dataprovider of a SSRS-Report, which could not be debugged using the well known Dynamics AX Debugger (for example because the dataprovider is executed only on server).
Therefore i created the below job (DataProvider has to extend SRSReportDataProviderBase), which only puts the content of the created (temporary) table to an simple infolog.
In the example the report "Work note" of the service module is used.