1. Home
  2. Docs
  3. JZR report
  4. Customization
  5. Report organization – Start here

Report organization – Start here

The analysis profile contains a reference to the JZR report configuration : the file is usually named report.xml and is located inside the analysis/report sub directory of the master profile.

The JZR report configuration file defines the list of JZR sheets to display, respectively in their declaration order.
JZR sheets can be hidden dynamically based on the JZR recording format.
Use the formats if you need to handle different formats of JZR recordings.

Each JZR sheet has its own display configuration, stored in a dedicated XML file.

Jeyzer provides in standard a large set of JZR sheets located under the analysis/config/report/sheet directory inside your Jeyzer installation.
Those standard JZR sheets can be directly referenced in any JZR report configuration.

As soon as the JZR sheets get customized to accommodate your needs, it is recommended to store it within the master profile under the analysis/report/sheet directory. As an alternative, configurations can be centralized in a repository and served by a web server.

<report ...>
    
    <!-- Standard sheet -->
    <sheet sheet_config_file="${JEYZER_ANALYZER_CONFIG_DIR}/report/sheet/sequence/sequence-locks.xml"/>

     <!-- Customized sheet located in the demo master profile -->
     <sheet sheet_config_file="${JEYZER_DEMO_MASTER_PROFILES_DIR}/${JEYZER_TARGET_PROFILE}/analysis/report/sheet/process-card.xml"/>