How to: View a Report

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

This topic describes how to view a report in Microsoft Dynamics AX, Microsoft Visual Studio, and Report Manager.

Viewing a Report in Microsoft Dynamics AX

You can view the report in Microsoft Dynamics AX after the report has been deployed to the report server. For more information, see How to: Deploy Reports to a Report Server. To view the report in Microsoft Dynamics AX, one of the following conditions must have been met:

  1. The report has been added to a menu item. For more information, see How to: Create a Menu Item for a Report.

  2. The report is displayed in a role center. To do this, determine which Role Center page you want to modify. Then, add the report to that page.

To view a report in Microsoft Dynamics AX

  1. Deploy the report and create a menu item for the report.

  2. In the Microsoft Dynamics AX client, navigate to the menu item and double-click the report. The report is displayed.

    --or--

    In the AOT, right-click the menu item and then click Open. The report is displayed.

Viewing a Report in Visual Studio Preview

The Microsoft Dynamics AX report development environment is fully integrated into Microsoft Visual Studio. As you create or update the design of your report, you can preview your changes in the preview window.

To view a report in Visual Studio Preview

  1. In Visual Studio, from the View menu, click Application Explorer.

  2. 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.

  3. Expand the Designs node for the report.

  4. 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. Click the Report tab to display the report. Errors are displayed in the Error List window.

    For information about how to use Model Editor to modify the report, see Creating Reports Overview and Defining Report Data.

Viewing a Report in Report Manager

Reports run on the Reporting Services platform. Report Manager is a component of SQL Server Reporting Services. It is a Web application tool that is used to access and manage the contents of a report server database.

To view a report in Report Manager

  1. In Solution Explorer, right-click the reporting project that contains the reports that you want to deploy, and then click Deploy.

  2. View the report in Report Manager using the URL: http://[ServerName]:[PortNumber]/Reports.

    Note

    If you install SQL Server 2008 R2 Reporting Services on a 64-bit platform, the default port for Reporting Services URLs is port 80.

See also

How to: Access a Report for Edit

Working with Reporting Projects