
Getting the runtime key
When JReport Engine Bean has been called in an application program, user ID and runtime key are required.
- getUID()
Gets and returns the JReport Runtime user ID.
- setUID(String uid)
Sets the JReport Runtime user ID to call JReport Engine Bean.
- getKey()
Gets and returns the JReport Runtime key.
- setKey (String key)
Sets the JReport Runtime key.
Parameters
- uid - The JReport Runtime user ID.
- key - The JReport Runtime key.
