Section 17.1: Before you start Up Chapter 17: PDF Reports Section 17.3: Output Section  

17.2 Introduction

PDF reports are very similar to normal 4GL reports, but with added functionality. PDF reports are usually started with the
START REPORT repname TO "somefile.pdf"
This is because PDFs are read using Acrobat or some other pdf reader that requires a file.
To define a report as being a PDF report, you must use
PDFREPORT report_name(...)
instead of
REPORT report_name(...)
 Section 17.1: Before you start Up Chapter 17: PDF Reports Section 17.3: Output Section