Monday, June 20, 2016

SQL Server Reporting Services

SSRS is the primary reporting platform for Microsoft Dynamics AX. The default, predefined reports that are provided with Microsoft Dynamics AX run on the Reporting Services platform.

 Reporting Services is a server-based reporting platform that includes a complete set of tools to create, manage, and deliver reports, and APIs that enable you to integrate or extend data and report processing in custom applications. Reporting Services tools work within the Microsoft Visual Studio environment and are fully integrated with SQL Server tools and components.

There are two nodes in the AOT or Application Explorer that apply to Reporting Services reports.



  • SSRS Reports contains the report model elements such as a report that is contained in a reporting project.
  • Dynamics AX Model Projects under the Visual Studio Projects node contains the code and other project files for a reporting project.
Developing  a SSRS report using the Report Data Provider.