Report structure
The overall structure of NAV RDLC Report consists of the following elements:
- Report properties
- Report triggers
- Request page
- Request page properties
- Request page triggers
- Request page controls
- Request page control triggers
- DataItems
- DataItem properties
- DataItem triggers
- Data columns
- Data column properties
- SSRB (RDLC) layout
- SSRB (RDLC) controls
- SSRB (RDLC) control properties
- Word layout
- Word layout template
- Word controls
- Word control properties
Report data overview
Report components such as Report Properties and Triggers, Request Page Properties and Triggers, and DataItems and their Properties and Triggers define the data flow and overall logic for processing the data. Another set of components, Data Fields and Working Storage, are defined as subordinate to DataItems (or Request Page). These are all designed in C/SIDE Report Dataset Designer (C/SIDE RD).
Note
Data Fields are defined in this book as the fields contained in DataItems (application tables...