Jump to content

vinay63

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by vinay63

  1. I am posting my detail Section, which has only 1 field. When an output file is created every line has an extra blank line... The content of field 'tranLine' are shorter than the width. 

        <detail>
            <band height="20" isSplitAllowed="false">
                <textField isBlankWhenNull="true">
                    <reportElement x="0" y="0" width="1250" height="20" isRemoveLineWhenBlank="true"/>
                    <textElement>
                        <font size="14"/>
                    </textElement>
                    <textFieldExpression class="java.lang.String"><![CDATA[$F{tranLine}]]></textFieldExpression>
                </textField>
            </band>
        </detail>
    Here is my output... 

    TEST171018TESTTEST000300      TXT DATA      USD           1,000,000.00     RXMXRXS - ,20171024:00590                              
                                                                                                                                      
    TEXT171020TEXTTEXT002700      TXT DATA      USD              20,000.00     RXMXRXS - ,20171024:00470                              
     

×
×
  • Create New...