Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
XFRX#INIT::UnregisterAllScripts()

Remove all scripts registrations.

Code Block
Object.UnregisterAllScripts()

Remarks

Applies To: XFRX#INIT, XFRX#LISTENER, oXFRX

XFRX version: 24.0 for oXFRX


If multiple reports are merged together and you would like to apply scripts on a certain report but not on subsequent ones, call this method to remove all scripts registrations.

This method does not need to be called at the end of the reports processing.

Examples

...