Get a jrp like script from a report window
Hello everyone,
I am trying to save my report script to a jrp file as explained in: Save charts as ".jrp" file in JSL
However, I don't have direct access to the Graph Builder that generated my Report Window.
I'm getting my reports via
Get Window List(Type("Reports"));
And now I need to extract the script to save it as a text file, however I can't figure out how to get that script.
When using << ...