g_HolderContentsGroup_Report
Report : UI Control
Properties
context : stringThe attribute, association path, or a constant specifying context indentifier to be set. For context bus adapter.
- See
- Application'contextImplementation
edit : stringBoolean property specifying whether the insert, delete, or edit operations are allowed in the column.
enabled : stringThe attribute, association path, or a constant returning boolean to set enablement.
error : stringExpression returning non-#f if the message should be treated as an error. The raw message is passed as "this".
event : stringUIEvent to raise when a chart section is selected. UIEvents are handled by UIActions.
menu : stringContext menu name.
mimeType : stringAssociation path to the report data mime type.
name : uiIdentifierUniquely identifies the tabbable control.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
query : stringList of additional attributes to include in read query.
required : stringThe attribute, association path, or a constant returning boolean to set whether the value for the control is required.
If the attribute is required in the model, it takes precedence and one cannot change this setting in the UI. If the attribute is not required in the model, the requiredness can be set to an attribute, association path, or a constant returning boolean. If the value is set to #t, or the attribute value is true, the requiredness cannot be changed using 'required' view property that is set via client-side API. If the value is left blank, it is set to #f, or the attribute value is false, the requiredness can be changed using 'required' view property that is set via client-side API.style : stringConstant, or association path returning the style name.
tabIndex : longThe index number of the tabbable control. Must be a long integer.
tabStop : booleanSpecifies if tabbing should stop on the tabbable control
toolbar : stringToolbar name.
tooltip : stringThe attribute, association path, or a constant specifying tooltip.
value : stringThe attribute to which the control will bind.
viewerOptions : stringOptional report viewer options/parameter(s)
Used to specify optional report viewer options/parameter(s) on the report control.- Example
If a PDF file is to be opened using the report control, specifying "#toolbar=0" in the viewerOptions
will ensure a toolbar is not displayed when the PDF is opened. For more information about parameters
that can be used when opening a PDF file, please see
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
visible : stringThe attribute, association path, or a constant returning boolean to set visibility.
Parents
Parent topic: t_TableLayoutType_Rows_Row_Holder
Parent topic: t_SplitterLayoutType_Holder
Parent topic: t_ActionTileType_Icon
Parent topic: t_ActionTileType_Summary
Parent topic: t_ActionTileType_ActionIcon
Parent topic: t_ExpandableTileType_Icon
Parent topic: t_ExpandableTileType_Summary
Parent topic: t_ExpandableTileType_ActionIcon
Parent topic: t_ExpandableTileType_Detail
Parent topic: t_ExpandableTileType_Attachment
Parent topic: t_ExpandableTileType_Toolbar