Microsoft Dynamics AX 2012 R3 Reporting Cookbook
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Buch teilen
  1. 352 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Microsoft Dynamics AX 2012 R3 Reporting Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Microsoft Dynamics AX 2012 R3 Reporting Cookbook von Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Betriebswirtschaft & Business Intelligence. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

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

Inhaltsverzeichnis