Question:
In the report’s body, how can I print the initial and final dates of a filter made in its query?
Solution:
To do so, follow these procedures:
- In the Viewer, create two internal tags (IniDate and FinDate) to store the initial and final date SetPoints’s value on screen.
- In the report, add two data fields to the PageHeader.
- Set up these two Data Fields’ DataField properties with the pathname of the tags previously created (for example, Viewer.IniDate and Viewer.FinDate).