Book Image

Programming Microsoft Dynamics??? NAV 2015

Book Image

Programming Microsoft Dynamics??? NAV 2015

Overview of this book

Table of Contents (19 chapters)
Programming Microsoft Dynamics™ NAV 2015
Credits
Foreword
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Report components – detail


Earlier, we reviewed a list of the components of a Report object. Now, we're going to review detailed information about each of these components. Our goal here is to understand how the pieces of the report puzzle fit together.

C/SIDE Report properties

The C/SIDE RD Report Properties are shown in the following screenshot. Some of these properties have essentially the same purpose as similarly named properties in pages and other objects:

The properties in the preceding image are defined as follows:

  • ID: The unique report object number.

  • Name: The name by which this report is referred to within the C/AL code.

  • Caption: The name that is displayed for this report; Caption defaults to Name.

  • CaptionML: The Caption translation for a defined alternative language.

  • Description: For internal documentation.

  • UseRequestPage: Yes or No, controlling whether or not the report will begin with Request Page for the user parameters to be entered.

  • UseSystemPrinter: Determines whether the default...