Posts

Showing posts with the label Visual Studio SSRS Design

Visual Studio SSRS Report design with AX Classes and TMP table

Image
Hello, I will try to explain how to design SSRS reports in Visual Studio and deploy to Axapta 2012 system... You need to have a Visual Studio installation with the Dynamics Ax 2012 visual studio tools installed. To open the visual studio as connected to your AOS; you can use a modified shortcut. To achieve this; -           Go to your Visual Studio folder (standard is “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\” ) -           Find “devenv.exe” and send a shortcut to your desktop. -           Right click on shortcut è   properties and add the following command at the end of the “Target” field after leaving a space; “/AxConfig AXC file path”.  AXC file is the configuration file of the AOS you are using. After this, open Visual Studio and select “New Project è Microsoft Dynamics AX è Report Model.” ...