Determining a Report Name
If you want to know the name of a report that you see in the Microsoft Dynamics AX client, the menu item indicates the report name. The following procedure describes how to determine the report name.
To determine a report name
- In the AOT or in Application Explorer, expand the Menus node and find the menu that contains the report. For example, click Menus > InventoryAndWarehouseManagement > Reports > BaseData > Quantity setup to see the properties for the Quantity setup menu.
- In the Properties window, the MenuItemName property indicates the menu item. The menu item for Quantity setup is InventTableQuantity.
- In the AOT or in Application Explorer, click Menu Items > Output and then find the menu item name that contains the report. For example, find the InventTableQuantity menu item.The Object property indicates the report name. The report that is displayed for Quantity setup is InventTableQuantity.
Accessing a Report Project for Edit
The naming convention for the reporting project that contains the report is <ReportName>Report. For example, InventTableQuantityReport. For a list of the reporting projects and the reports that they contain, see List of Reporting Projects.
Note
You should open the report for edit at the Visual Studio project level. The project solution will contain any necessary dependencies for the report to build. For example, report drill-throughs require both the source and target report to be loaded in the solution to build successfully.
The following procedures describe how to use Application Explorer and the AOT to access a report for edit in a project.
To access a report project for edit from Application Explorer
- In Visual Studio, from the View menu, click Application Explorer.
- In Application Explorer, expand the node for Visual Studio Projects, and then expand the node for Dynamics AX Model Projects.
- Find the project to work on, right-click the project and then click Edit. This opens the project in Visual Studio.
- In the Solution Explorer, find the report to work on, double-click the report. This opens the report to edit in Model Editor.
To access a report project for edit from the AOT
- In the AOT, expand the node for Visual Studio Projects, and then expand the node for Dynamics AX Model Projects.
- Find the project to work on, right-click the project and then click Edit. This opens the project in Visual Studio.
- In the Solution Explorer, find the report to work on, double-click the report. This opens the report to edit in Model Editor.
Accessing a Report for Edit from Application Explorer
The following procedure describes how to use Application Explorer to access a single report for edit.
To access a report for edit from Application Explorer
- In Visual Studio, from the View menu, click Application Explorer.
- Expand the SSRS Reports node, find the report to work on, right-click the report and then click Edit. This opens the report in Model Editor in the current project.
Previewing a Report
You can preview a report in Model Editor after you have it open for edit. The following procedure describes how to preview a report in Model Editor.
To preview a report in Model Editor
- In Model Editor, expand the Designs node for the report.
- Right-click the design that you want to preview, and then click Preview.The Preview window has two tabs: a Parameters tab and a Report tab. The Parameters tab lists any parameters that have been defined for the report. For more information about parameters, see How to: Define a Report Parameter. The Report tab displays the report. Any errors that are encountered are displayed in the Error List window.For information about how to use Model Editor to edit the report, see Creating Reports Overview and Defining Report Data.