随笔分类 -  SSRS Report (2009)

摘要:Remark: The AOS service running user can't be 'Network Service'(The default value), or else the web request will be deny running in batch job.static v... 阅读全文
posted @ 2014-12-19 14:38 Sprite.z 阅读(459) 评论(0) 推荐(0)
摘要:While we develop a ax ssrs report often using 'Business Logic' rather than 'AX Queries'. The 'Business Logic' is base on a AX class, there is a static... 阅读全文
posted @ 2014-11-17 17:11 Sprite.z 阅读(271) 评论(0) 推荐(0)
摘要:static public str getImage(){ CompanyInfo info = CompanyInfo::find(); BinData binData = new BinData(); str ret; ; //conver image to bas... 阅读全文
posted @ 2014-09-10 09:18 Sprite.z 阅读(266) 评论(0) 推荐(0)
摘要:MenuFunction CustRptMI;Args Args;;CustRptMI = new MenuFunction(menuItemOutputStr(srsCustomRpt),MenuItemType::Output)Args = new Args();Args.parm(“qryCu... 阅读全文
posted @ 2014-09-10 09:15 Sprite.z 阅读(175) 评论(0) 推荐(0)
摘要:We can easily get a datatable from AX to SSRS report. All the business logic can be written in AX, and the SSRS is the data showing platform.[DataMeth... 阅读全文
posted @ 2014-09-10 09:11 Sprite.z 阅读(323) 评论(0) 推荐(0)
摘要:To deploy reports from within Microsoft Dynamics AX1.In the AOT, expand the Report Libraries node.2.Right-click the report library that you want to de... 阅读全文
posted @ 2014-09-10 08:50 Sprite.z 阅读(269) 评论(0) 推荐(0)
摘要:1. Install and configure the SQL server reporting server, then add a user as administrator for current user, the user name format is just domain\user.... 阅读全文
posted @ 2014-09-10 08:48 Sprite.z 阅读(199) 评论(0) 推荐(0)
摘要:To create a menu item for a report1.Open Microsoft Dynamics AX.2.In the AOT, expand the Menu Items node.3.Right-click the Output node, and then click ... 阅读全文
posted @ 2014-09-10 08:47 Sprite.z 阅读(179) 评论(0) 推荐(0)
摘要:Reduce the number of Reports Libraries and Reports per Language. By default, reports from all languages that are enabled in the LANGUAGETABLE of the A... 阅读全文
posted @ 2014-09-10 08:43 Sprite.z 阅读(236) 评论(0) 推荐(0)