Posts

Showing posts from August, 2020

ReportMagic 2.17

Introducing... RM Scripts! With the released of ReportMagic 2.17, it is now possible to move many of the hard-to-read macros out of your Report Template (.docx or .html) document and into one or more "RM Script" files. We hope that this new feature provides a much better development experience for power developers. Script development To develop a new RM Script: Create a new file in your Input folder with an ".rmscript" file extension (e.g. "test.rmscript") Right click on the file and click "edit in Report Studio" Develop the script: Enter macros, one or more per line You can add any whitespace, including tabs, spaces and newline characters, these are all stripped out before execution You can add any other characters between the macros - these are also stripped out when executing. To test, press the play button.  Note that there is no output, but the variables in the variables are updated. Script usage To use the RM Script: In your Report Template