Report
A report build using the NexJ Reporting Engine
Properties
bottomMargin : reportDimensionBottom margin of the report measured in pt, in, cm, or mm.Valid values based on“string”.((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)caption : stringString indentifier for caption display in the UI. The caption is rendered as the HTML title tag of the report.description : stringDescription of the Report Layout.height : reportDimensionHeight 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 : reportDimensionLeft margin of the report measured in pt, in, cm, or mm.Valid values based on“string”.((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)orientation : orientationPrint orientation of the report. Valid values are "portrait" or "landscape".Valid values based on“string”.portraitlandscapepageSize : pageSizeValid values are "letter", "legal", "A4" or "custom".Valid values based on“string”.letterlegalA4customrightMargin : reportDimensionRight margin of the report measured in pt, in, cm, or mm.Valid values based on“string”.((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)style : stringStyle of the Report Layout.stylesheet : stringThe stylesheet property sets the overall appearance of the report and it's contained controls.topMargin : reportDimensionTop margin of the report measured in pt, in, cm, or mm.Valid values based on“string”.((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|)width : reportDimensionWidth 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:
-
t_Report_PageHeader [0..*] - A Report may have multiple PageHeaders (one per line). These headers will appear at the top of every page.
-
t_Report_PageFooter [0..*] - A Report may have multiple PageFooters (one per line). These footers will appear at the bottom of every page.
-
-
Choice of:
-
t_ReportLayout_Group [1..1]
-
t_ReportLayout_Header [1..1]
-
t_ReportLayout_Footer [1..1]
-
t_ReportLayout_Section [1..1]
-
-
t_Report_PageHeader
A Report may have multiple PageHeaders (one per line). These headers will appear at the top of every page. -
t_Report_PageFooter
A Report may have multiple PageFooters (one per line). These footers will appear at the bottom of every page.
Parent topic: references