Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Microsoft Dynamics AX 2012 R3 Reporting Cookbook Update

You're reading from   Microsoft Dynamics AX 2012 R3 Reporting Cookbook Update Over 90 recipes to help you resolve your new SSRS Reporting woes in Dynamics AX 2012 R3

Arrow left icon
Product type Paperback
Published in Mar 2015
Publisher
ISBN-13 9781784395384
Length 352 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (3):
Arrow left icon
 Agarwal Agarwal
Author Profile Icon Agarwal
Agarwal
 Aggarwal Aggarwal
Author Profile Icon Aggarwal
Aggarwal
Kamalakannan Elangovan Kamalakannan Elangovan
Author Profile Icon Kamalakannan Elangovan
Kamalakannan Elangovan
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Microsoft Dynamics AX 2012 R3 Reporting Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Understanding and Creating Simple SSRS Reports FREE CHAPTER 2. Enhancing Your Report – Visualization and Interaction 3. Report Programming Model 4. Report Programming Model – RDP 5. Integrating External Datasources 6. Beyond Tabular Reports 7. Upgrading and Analyzing Reports 8. Troubleshooting and Other Advanced Recipes 9. Developing Reports with Complex Databases 10. Unit Test Class and Best Practices Used for Reports Index

Creating a sub-report in auto design


Sub-reports can be compared to the View Details option in the Dynamics AX rich client forms. It is another way of adding drill down information to reports. In this recipe, we will see how to add sub-reports to auto design. The approach here is to create a report that shows the list of customer groups, and when the user clicks on a customer group, then a sub-report with all the customers belonging to the group.

Getting Ready

This recipe requires that you have access to Visual Studio, and the Dynamics reporting extension installed before you start.

How to do it...

  1. Create a reporting project in Visual Studio and add a report PktCustGroup.

  2. To this report, add a dataset through AX query to list all the customer groups.

  3. Drag the dataset to the auto design and create a design. Preview the report.

  4. Add another report to the project PktCustReport.

  5. To the report, add CustTable Ax query to list all the customers.

  6. Drag the dataset to the auto design and create a design.

  7. In...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images