Type to start searching...

Report

A report build using the NexJ Reporting Engine

Properties
bottomMargin : reportDimension

Bottom margin of the report measured in pt, in, cm, or mm.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
caption : string

String indentifier for caption display in the UI. The caption is rendered as the HTML title tag of the report.

description : string

Description of the Report Layout.

height : reportDimension

Height of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
leftMargin : reportDimension

Left margin of the report measured in pt, in, cm, or mm.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
orientation : orientation

Print orientation of the report. Valid values are "portrait" or "landscape".

Valid values based on“string”.
portrait
landscape
pageSize : pageSize

Valid values are "letter", "legal", "A4" or "custom".

Valid values based on“string”.
letter
legal
A4
custom
rightMargin : reportDimension

Right margin of the report measured in pt, in, cm, or mm.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
style : string

Style of the Report Layout.

stylesheet : string

The stylesheet property sets the overall appearance of the report and it's contained controls.

topMargin : reportDimension

Top margin of the report measured in pt, in, cm, or mm.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
width : reportDimension

Width of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom.

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)
Content
  • Sequence of:

    • PageHeader [0..*] - A Report may have multiple PageHeaders (one per line). These headers will appear at the top of every page.

    • PageFooter [0..*] - A Report may have multiple PageFooters (one per line). These footers will appear at the bottom of every page.

  • Choice of: