Custom Display methods on SSRS Report and Form D365 AX

Hi,

Display methods on SSRS Report D365 AX

Display methods are used only for reports based on query not on Data provider

If your report is based on RDP, place logic inside RDP processing. Temp Table does not allow methods.

Step 1. Create New View and add New Display methods in View

View


Method Definition




Step 2. Create New Query and Add above view in at datasource table section.




Step 3. Access this Query at SSRS Report. You will find all display methods which you added in View.

Add new report and new dataset and select above query.



Display Method in Form 

In Dynamics 365 we won’t be able to add the new method or modify the existing method to the standard table or to an extension table.

It can be achieved by using the extension class

Reference

https://shyamkannadasan.blogspot.com/2016/11/new-display-method-in-form-data-source.html




Comments

Post a Comment