Microsoft Dynamics AX 2012 R3 Reporting Cookbook
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Partager le livre
  1. 352 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Microsoft Dynamics AX 2012 R3 Reporting Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Microsoft Dynamics AX 2012 R3 Reporting Cookbook par Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Betriebswirtschaft et Business Intelligence. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
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 des matiĂšres