Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:getelementvalue [2023/04/04 05:55] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:getelementvalue [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====getElementValue (String)==== | ||
| + | <code java> | ||
| + | throws Exception</ | ||
| + | |||
| + | This method returns the current value of the report element with the specified name. The element must be either an element with a scriptlet attached (text or image) or a tag element, in which case the current value of the tag expression is retrieved. Each element in the report may be given a name in its Properties dialog. If the element’s name is not specified // | ||
| + | |||
| + | ===Parameters=== | ||
| + | |'' | ||
| + | |||
| + | ===Returns=== | ||
| + | The value of the element – either String representing the text if the element is a text element or an Object representing the value of the tag expression of any type listed in the table in [[docs: | ||
| + | |||
| + | ===Throws=== | ||
| + | An exception if the element with the specified name was not found or there was some other error. | ||