Microsoft Dynamics AX 2012 R3 Reporting Cookbook
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Condividi libro
  1. 352 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Microsoft Dynamics AX 2012 R3 Reporting Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Microsoft Dynamics AX 2012 R3 Reporting Cookbook di Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Betriebswirtschaft e Business Intelligence. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

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

Indice dei contenuti