Use the <report> tag to add a widget that displays a particular report.
Available attributes:
Attribute
Type
Mandatory
Description
class
String
N
Specify the CSS class name defined in the CSS field of the widget.
condition
String
N
Specify a condition to build a report.
This attribute takes a decoded condition as a value. To decode a query condition, use server methodsas recommended.
isMandatory
Boolean
N
Set the value totrueto makethe field mandatory. The default value is false.
isVisible
Boolean
N
Set the value tofalseto disablethe tag. The default value is true.
label
String
N
Describe the field content by giving it a title.
model
String
Y
Specify this attribute to connect theclient controller data object. When the model data changes, it is automatically transferred to the data of the client script.
readOnly
Boolean
N
Set the value totrueto makethe field read-only. The default value is false.
style
String
N
Specify the display settings (size, font, color, and others) of the widget elements using theCSS syntax.