Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content layer
id267209495
Content column
id267209497
Content block
id267209496

The default report data directories for operating systems are as follows:

  • For Windows:

    Code Block
    languagetext
    C:\Users\<username>\AppData\Local\.magicdraw\<version>\data\reports
  • For Linux:

    Code Block
    languagetext
    <user.home>/.<modeling tool name>/< modeling tool version number>

Report Wizard provides a configuration to add more report data directories by creating a report.properties file in the Report Wizard plugin directory, <MagicDraw><modeling tool name>\plugins\com.nomagic.magicdraw.reportwizard.


You can declare the template_loc parameter in the report.properties file to specify another report data directory as follows:

Code Block
languagetext
template_loc=C:/Users/MD_user/AppData/Local/.magicdraw/new Location


You can also specify the template_loc parameter for multiple report data directories by using a semicolon (;) to separate each of the directories.

Code Block
languagetext
template_loc=//template_server/MagicReport/;C:/Users/MD_user/AppData/Local/.magicdraw/new Location


All of templates in the default report data directory and other locations specified in the report.properties file are available for generating in the Report Wizard dialog and can be called through the -template parameter in command line report generation.

Note
titleNote

The template names defined in the template.xml file in each report data directory must be unique.

Content block
id267209494

Related pages