Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Microsoft Dynamics NAV 2016

You're reading from   Mastering Microsoft Dynamics NAV 2016 The compilation of best skillset to harness Microsoft Dynamics NAV for Administrators, Consultants, and Developers

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781786464309
Length 450 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Rabindra Sah Rabindra Sah
Author Profile Icon Rabindra Sah
Rabindra Sah
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Microsoft Dynamics NAV Installation FREE CHAPTER 2. Upgraded Features and Configuration in Dynamics NAV 2016 3. The C/AL and VB Programming 4. Testing and Debugging 5. Design and Development Considerations 6. Version Control and Code Management 7. Tuning Up the NAV System 8. Security in Dynamics NAV 2016 9. Upgrade and Migration 10. Interfacing NAV with Other Applications 11. Extending Dynamics NAV 2016 12. The Future of NAV

Important Report functions


There are many functions to save reports in several formats available in Dynamcis NAV. These functions are presented as follows:

Function

Description

SAVEASXML

Saves a report as an .xml file on the computer that is running Microsoft Dynamics NAV Server:

[Ok :=] Report.SAVEASXML(Number, FileName [,SystemPrinter][,Rec])

[Ok :=] Report.SAVEASXML(FileName)

WORDXMLPART

Returns the report data structure as structured XML that is compatible with Word custom XML parts:

String := ReportVariable.WORDXMLPART([ExtendedFormat])

WORDLAYOUT

Gets the Word report layout that is used on a report and returns it as a data stream:

[Ok :=] ReportVariable.WORDLAYOUT(InStream)

[Ok :=] REPORT.WORDLAYOUT(Number, InStream)

RDLCLAYOUT

Gets the RDLC layout that is used on a report and returns it as a data stream:

[Ok :=] ReportVariable.RDLCLAYOUT(InStream)

[Ok :=] REPORT.RDLCLAYOUT(Number, InStream)

HASCUSTOMLAYOUT

A function in codeunit 1 that determines whether...

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 ₹800/month. Cancel anytime