Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remove all scripts registrations.

Code Block
XFRX#INIT::Object.UnregisterAllScripts()

XFRX#LISTENER::UnregisterAllScripts()

Remarks

Applies To: XFRX#INIT, XFRX#LISTENER

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.

...