Template Keywords
Page - page
The /page/ keyword indicates the start of a report template.
/page/,<name of report>,<report style>,<page number>
The name of report is the title that appears in the Set Report Definition command of SM-Reports.
The report style is a number either 1, 2 or 3. A 1 indicates the report is only for a single course per page, 2 means there is more than one course on each page.
The page number is the number of the page. Most reports are one page per course, so normally a 1 appears.
Example
/page/,"Subject Report",1,1
- For every /page/ keyword there must be a /end/ keyword at the end of the report template.