Microsoft Dynamics AX 2012 R3 Reporting Cookbook
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Share book
  1. 352 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Book details
Book preview
Table of contents
Citations

About This Book

About This Book

  • Easy and effortless deployment of SSRS reports
  • One stop solution for developers to customize existing SSRS reports in Dynamics AX R3
  • Step-by-step tutorial with solutions to writing unit classes for reports

Who This Book Is For

Microsoft Dynamics AX 2012 R3 Reporting Cookbook is recommended for Dynamics AX developers and.NET-based SSRS developers looking to familiarize themselves with the new AX reporting framework.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Microsoft Dynamics AX 2012 R3 Reporting Cookbook an online PDF/ePUB?
Yes, you can access Microsoft Dynamics AX 2012 R3 Reporting Cookbook by Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan in PDF and/or ePUB format, as well as other popular books in Business & Business intelligence. We have over one million books available in our catalogue for you to explore.

Information

Year
2015
ISBN
9781784392260

Microsoft Dynamics AX 2012 R3 Reporting Cookbook


Table of Contents

Microsoft Dynamics AX 2012 R3 Reporting Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Instant updates on new Packt books
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Conventions
Reader feedback
Customer support
Errata
Piracy
Questions
1. Understanding and Creating Simple SSRS Reports
Introduction
Reporting overview
Using a query as a data source in a report
Getting ready
How to do it...
How it worksā€¦
Connecting VS to AX
Retrieving metadata and data
Verify the query
No joins
Creating auto designs from datasets
Getting ready
How to do it...
How it worksā€¦
Grouping in reports
How to do it...
How it worksā€¦
Adding ranges to the report
How to do it...
How it worksā€¦
Deploying a report
Getting ready
How to do it...
Location of deployment
How it works
Creating a menu item for a report
How to do it...
How it worksā€¦
Creating a report using a query in Warehouse Management
Getting ready
How to do it...
How it works
2. Enhancing Your Report ā€“ Visualization and Interaction
Introduction
Creating multiple data regions and charts in reports
Getting Ready
How to do itā€¦
How it worksā€¦
Creating a chart data region
Getting ready
How to do itā€¦
How it worksā€¦
Creating a new layout template
How to do itā€¦
How it worksā€¦
Expression in reports
How to do itā€¦
How it worksā€¦
Understanding prefix symbols in simple expressions
Aggregation in reports
How to do itā€¦
How it worksā€¦
Adding an image in auto design
How to do itā€¦
How it worksā€¦
See also
Formatting reports
How to do itā€¦
How it worksā€¦
Adding unbounded parameters in reports
How to do itā€¦
How it worksā€¦
System parameter
User-defined parameters
Bounded parameters
Unbounded parameters
Parameters and data source types
Query parameters
Dynamic filters
See also
Adding filters to data regions
How to do itā€¦
How it worksā€¦
Adding document map navigation to reports
How to do itā€¦
How it worksā€¦
Creating drill-up/drill-down actions in reports
How to do itā€¦
How it worksā€¦
3. Report Programming Model
Introduction
Opening a report through a controller
Getting Ready
How to do it...
How it works...
Report programming model
Model
Controller
Report data contract
Report controller
Report UI builder
View
Modifying the report query in controller
Getting Ready
How to do it...
How it works...
Opening a report with a dialog
How to do it...
How it worksā€¦
Creating a report using the UI Builder class
Getting Ready
How to do it...
How it worksā€¦
Adding a lookup on a report dialog using the UI Builder class
Getting Ready
How to do it...
How it worksā€¦
Connecting the UI builder class with a contract class
Getting Ready
How to do it...
How it worksā€¦
Adding ranges from unbound parameters to a query
How to do it...
How it worksā€¦
RDP vs RDL data contract
Modifying the UI by caller
How to do itā€¦
How it worksā€¦
Turning off a report dialog
How to do it...
Setting up security for reports
How to do itā€¦
How it works...
Adding up the report menu item into privilege
How to do it...
How it worksā€¦
Calling multiple reports from a controller
How to do itā€¦
How it works...
Calling multiple reports simultaneously using a single controller
How to do it...
How it worksā€¦
Debugging a report model
How to do itā€¦
Changes to model and adding new classes
How it worksā€¦
Adding data methods in business logic
How to do itā€¦
How it works...
Data method vs Expressions
Adding a URL drill through action in reports
How to do itā€¦
How it works...
Debugging business logic
How to do itā€¦
How it worksā€¦
Unit testing business logic
How to do itā€¦
How it works...
Creating a report using a controller and the UI Builder class
How to do it...
How it worksā€¦
4. Report Programming Model ā€“ RDP
Introduction
Creating a simple RDP report
Getting ready
How to do itā€¦
How it worksā€¦
RDP
RDP class
RDP data contract
UI builder
Choosing RDP for a report
See Also
Testing the RDP report
How to do itā€¦
How it worksā€¦
Creating a simple precision design
Getting ready
How to do itā€¦
How it worksā€¦
Creating an advanced RDP report
How to do itā€¦
Testing the RDP
How it worksā€¦
Creating a report with multiple data sources in a single table
How to do itā€¦
How it worksā€¦
Creating a group view report
Ho...

Table of contents