ia.PropertyConfig Class
Contains the configuration information for a report property.
Constructor
ia.PropertyConfig
(
-
xml
-
parent
Parameters:
-
xml
XMLThe XML data that describes the property.
-
parent
ia.ReportConfig | ia.ComponentConfigThe parent the property belongs to.
Methods
castValue
(
Number | String | Boolean | Number | String | Boolean
-
rawValue
Casts the raw value to the correct data type.
Parameters:
-
rawValue
StringThe raw value.
Returns:
Number | String | Boolean | Number | String | Boolean:
The value cast to the correct data type.
Properties
xml
XML
The raw xml data describing the object.