Upgrading AX 2009 SSRS Report To AX 2012 SSRS Report

In AX 2012, the old SSRS reports for AX 2009 is stored in the AOT node "Report Libraries". We can find it all in the view ‘Application Explorer‘ of visual studio,  but we can‘t modify it as usual. Refer to the MSDN‘s essay, if we want to modify the old SSRS reports from AX 2009 in AX 2012, we should upgrade it from ‘‘Report Libraries" to "SSRS Reports" by using command line tool.

The command line tool is installed in the AX client root path. The default location is "C:\Program Files (x86)\Microsoft Dynamics AX\60\tools".

The syntax for the command tool is "UpgradeReports [command] –t [target directory] <options>".

Example: Upgrade the AX 2009 SSRS Report from project files.

More information refer to https://technet.microsoft.com/en-us/library/hh292607.aspx.

时间: 2024-12-13 16:24:35

Upgrading AX 2009 SSRS Report To AX 2012 SSRS Report的相关文章

How to deploy SSRS report from AX

To deploy reports from within Microsoft Dynamics AX 1.In the AOT, expand the Report Libraries node. 2.Right-click the report library that you want to deploy, and then click Deploy. This launches the deployment utility. 3.In the dialog box, select any

How to Debug Enterprise Portal Code in Dynamics AX 2009

转载 To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > Control Panel > Administrative Tools > Microsoft Dynamics AX 2009 Server Configuration).3. Crea

解决:insert Vodafone sim card,open the mms read report,when receive the read report,cann&amp;#39;t download..

insert Vodafone sim card,open the mms read report,when receive the read report,cann't download the message Test steps: 1.insert Vodafone sim card 2.open the mms read report 3.send the mms successfully 4.when receive the read report 这里的环境须要描写叙述一下:在国内不

解决:insert Vodafone sim card,open the mms read report,when receive the read report,cann&#39;t download..

insert Vodafone sim card,open the mms read report,when receive the read report,cann't download the message Test steps: 1.insert Vodafone sim card 2.open the mms read report 3.send the mms successfully 4.when receive the read report 这里的环境需要描述一下:在国内不会出

Deploy SSRS Report In AX 2012

1.The SSRS report has only one design: Use the menuitem of 'Output', select the object type 'SSRSReport' and assign the right SSRS report name and design. 2.The SSRS report has mutiple designs: Create a new class extending the class 'SrsReportRunCont

How to debug the SSRS report in AX 2012

1.Add the AOS service account to the user group 'Microsoft Dynamics AX Debugging Users'. 2.Set up the AX server configuration and client configuration parameters and then restart the AOS service. 3.Add a break point in the method of 'processReport'.

AX 2009 SSRS Report deploy language

Reduce the number of Reports Libraries and Reports per Language. By default, reports from all languages that are enabled in the LANGUAGETABLE of the AX database are deployed (this can be over 40+ languages). Prior to the reports deployment you can ch

AX 2009 SSRS report installation and configuration

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. 2. Install the ax reporting extending and development extending.

AX 2012 SSRS Report Export To File

Args Args; SrsReportRunController controller; Common _record; SRSPrintDestinationSettings printSettings; ; controller= new SrsReportRunController(); controller.parmReportName("SysDataBaseLog.Report"); Args = new Args(); args.record(_record); con