Just a quick note in need of links:
Both can be used on the action URL link of table cell on SSRS report.
https://blogs.msdn.microsoft.com/dynamicsaxbi/2017/02/26/how-to-add-deep-links-to-reports-ssrs/
=DrillThroughProvider.DrillCustAccount(Parameters!AX_ReportContext.Value,Fields!AccountNum.Value)
=Microsoft.Dynamics.Framework.Reports.BuiltInMethods.GenerateDrillThroughLink(
Parameters!AX_ReportContext.Value,
Parameters!AX_UserContext.Value,
“EcoResProductDetailsExtendedGrid”,
“Display”,
“InventTable”,
“ItemId”,
Fields!ItemId.Value)