Microsoft Dynamics AX 2012 R3 Reporting Cookbook
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Compartir libro
  1. 352 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Microsoft Dynamics AX 2012 R3 Reporting Cookbook un PDF/ePUB en línea?
Sí, puedes acceder a Microsoft Dynamics AX 2012 R3 Reporting Cookbook de Deepak Agarwal, Chhavi Aggarwal, Kamalakannan Elangovan en formato PDF o ePUB, así como a otros libros populares de Betriebswirtschaft y Business Intelligence. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
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...

Índice