Type to start searching...

Checkbox

Properties
checkedImage : resource

Valid values based on“string”.
   
description : string

Description of the Report Output.

group : identifier

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.

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|)
hideDuplicates : boolean

Specifies if to hide duplicate entries.

ignoreDimensions : boolean

Specifies if to ignore the output dimension attributes (left, top, width, height) in positioning.

left : reportDimension

Left 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 Output.

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.

style : string

Style of the Report Output.

top : reportDimension

Top 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|)
uncheckedImage : resource

Valid values based on“string”.
   
value : string

visible : string

True if Report Output is not hidden.

width : reportDimensionSpan

Width of the report measured in pt, in, cm, or mm. This is only meaningful if the Report's pageSize is set to Custom. Special case in tabualr printers where * is accepted as a type for column span (e.g. 2* for colspan=2).

Valid values based on“string”.
((\d+(\.\d*)?)|(\.\d+))(pt|in|cm|mm|\*|)
Parents
  • PageHeader - A Report may have multiple PageHeaders (one per line). These headers will appear at the top of every page.
  • PageFooter - A Report may have multiple PageFooters (one per line). These footers will appear at the bottom of every page.
  • Header
  • Footer
  • Section