Archi Forum

Archi => General Archi Discussion => Topic started by: johmut on September 28, 2022, 15:10:00 PM

Title: Jasper Report Formatting
Post by: johmut on September 28, 2022, 15:10:00 PM
Hi, who knows where I can modify the Jasper report template so it no longer outputs vertical line images to the left of documentation text of elements?

These lines give me trouble when targeting .docx or .pdf formats, in the sense that they not always match the height of the text block. Sometimes the name of the next element is merged into the indented text block...
Title: Re: Jasper Report Formatting
Post by: Phil Beauvoir on September 28, 2022, 15:22:55 PM
That's in the style.jrtx file:

<style name="Documentation" style="Normal">
    <box leftPadding="5">
        <leftPen lineWidth="2.0" lineColor="#A2C7DA"/>
    </box>
</style>