-
After the introduction of the role tailored client with Microsoft Dynamics NAV 2009 there are two types of report objects for Dynamics NAV: Reports (Classic Client) Reports (Role Tailored Client)
-
You use the Request Options Form Designer to create a form with fields that prompt the user to select some options before running the report. This designer works like Form Designer .
-
After you have defined one or more data items, you can design the visual layout of the report in the Section Designer. You can use the Field Menu to select fields and place them in the sections as controls. You can think of each section as one or more lines on the paper that the report will eventually...
-
The DataItem part of the Report Designer window is where you define the data model of the report by adding the data items (tables) and indenting them appropriately. Then you can edit the data item properties and triggers for the data items. You open the property window from the View menu (Alt+V + P)...
-
Report Properties ID Name Caption CaptionML ShowPrintStatus UseReqForm UseSystemPrinter ProcessingOnly TransactionType Description TopMargin BottomMargin LeftMargin RightMargin HorzGrid VertGrid Permissions Orientation PaperSize PaperSourceFirstPage PaperSourceOtherPages DeviceFontName DataItemIndent...
-
The report objects for the classic client are created and modified in the Report Designer section of the Object Designer. The report designer consists of three primary sections: DataItems , used to define what the data/tables the report will be using Section Designer , used for designing the layout of...