Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Dynamics AX 2012 R3 Reporting Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating drill-up/drill-down actions in reports


Data in an SSRS report can be organized by adding drill-up/down-actions to it. The user can reveal details by clicking and can hide other details. Drill-down actions provide the plus and minus sign on a textbox, through which a user can reveal or hide the data accordingly.

Drill-down actions make the SSRS report in AX 2012 R3 very interactive and creative. By using the tables, a user can hide or reveal the rows and columns.

In this recipe, we will get introduced to another navigation style for reports. This is used to collapse or expand data. Additionally, we will learn about the list type data region.

How to do it…

  1. In order to get a feel for this navigation style, hide the previous design. Go to the CustTransTable table data region and set the Visible property to false.

  2. Right-click on the Auto design node, and go to Add | List data region.

  3. On the new data region CustTransList list drag the same set of fields as in the table data region.

  4. Similarly...