Type to start searching...

Footer

Properties
description : string

Description of the Report Section.

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|)
name : identifier

Uniquely identifies the Report Section.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

pageBreakAfter : boolean

True if a page break should exist after the Report Layout.

pageBreakBefore : boolean

True if a page break should exist before the Report Layout.

selection : selectionType

Type of the Report Section selection.

Valid values based on“string”.
single
multiple
skipTitle : boolean

True if Report Layout should skip the title.

style : string

The overall style of the Report Section.

visible : string

True if Report Section is not hidden.

Content
Parents
  • Group
  • Report - A report build using the NexJ Reporting Engine