HTML Report Wizard - Report Elements
HTML Report Wizard: Help
Index
This page allows you to select the report type. You
can create one page report(s) or grouped report(s) split into
separate pages.
Report Type
1-Level: generates one html page with report body
2-Level: report is split into separate html pages, main
page contains index with hyperlinks to grouped pages
3-Level: report is split into separate html pages, main
page and the second level pages contain indexes (groups), the third
level pages contain report
body.
Note
The 2-Level and 3-Level report can be selected only
if you define Group By 1 and Group By 2 data fields (Data
Page). Group By 1 data field corresponds to the primary
sort field in your data file. Group By 2 data field corresponds to
the secondary sort field in your data
file.
Four sections
Each report page is split into four sections.
Depending on your requirements select sections that will be
included in your report.
Page Attributes (define background, meta tags, menus,
margins, .... )
Page Header (define header title, header text, header
graphic,...)
Page Body (define report layout, ....)
Page Footer (define footer title, footer text, footer
graphic,....)
Insert into this HTML Page
You can insert each section of the report into any
html document. Just include section tags in your html file. HTML
Converter will replace each tag with the corresponding part of the
report.
<
!-- PRIMASOFT:A --> - Page Attributes tag
<
!-- PRIMASOFT:H --> - Page Header tag
<
!-- PRIMASOFT:B --> - Page Body tag
<
!-- PRIMASOFT:F --> - Page Footer tag
Brackets are part of the section tag. Each tag
should be listed in a separate line.
|