Report parameter????

Hi, Somtimes, I need to pass some parameters to report to control the printing. I have looked into the menuitem and found some properties: -Parameters -EnumTypeParameter -EnumParameter 1. The second and the third is clear. How do I use the first one? 2. In some Report (like PurchOrder, SalesInvoice,…) Axapta already set value for second and third. How can I pass more paramater to control printting of these reports? Need your help!!! Thanks a lot

Hi Khue, The Parameters is a string that you can pass to the object called by the menu item as initialization parameter. For more details see the Description of properties for menu items and also Activating a menu item from your X++ code in Axapta developer’s guide. Good luck. Ciprian

Thanks a lot,