Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Dynamics NAV 2015 Professional Reporting

You're reading from   Microsoft Dynamics NAV 2015 Professional Reporting Discover tips and trick for Dynamics NAV report building

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher Packt
ISBN-13 9781785284731
Length 504 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Steven Renders Steven Renders
Author Profile Icon Steven Renders
Steven Renders
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. How Do I Start to Create a Report? FREE CHAPTER 2. Getting Started with the Tablix 3. Expressions 4. Data Visualization Techniques 5. Document Reports 6. Tips and Tricks 7. Performance Optimization Techniques 8. Word Report Layouts 9. Power BI 10. Reporting Services 11. Charts in Dynamics NAV Index

The report execution flow


The application needs to determine when to run which layout because a report can have built-in layouts (RDLC and/or Word) and custom layouts (RDLC and Word).This is handled via several codeunits that follow a report execution flow. The following figure visualizes this flow:

This flow is executed when you run a report from the application and select Print, Preview or when you run a report via C/AL code:

  • First, the codeunit uses the HasCustomLayout() function to determine if the report has been set up with a custom RDLC or Word layout. If not, the default built-in layout is used.

  • If the report has a custom or built-in Word layout, the MergeDocument function manages the report execution.

  • If the report has been set up to use a custom RDLC layout, the ReportGetCustomRDLC function returns the custom RDLC layout as an XML string and that is used to render the report.

The Word report execution flow

When the report uses a Word layout, the execution flow is separated into two parts...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image