Report

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


Parent topic: references