Источник:
http://blogs.msdn.com/solutions/arch...roperties.aspx
==============
Microsoft Dynamics AX report web parts are used in Role Centers and in Enterprise Portal pages. If you need to pass parameters to the report throug query string , you can do so in the URL with this syntax .Parameters.=
For example In the Ax report webpart , set the paramter selector value to Report1. And let us say the report has a paramter defined with the name CashInflowvsCashOutflow_EndDate. In that case the query string will be
http://axepdemo/sites/DynamicsAx/Ent...aspx?WCMP=CEU&Report1.Parameters.CashInflowvsCashOutflow_EndDate=10/01/2007
==============
Источник:
http://blogs.msdn.com/solutions/arch...roperties.aspx