Jump to content
We've recently updated our Privacy Statement, available here ×

Nested list support in Jasperreports/IReport 3.7.3


adeel.ahmad

Recommended Posts

Hello Everyone,

 

I am new to jasper community, I am facing an issue in nested lists, below is snippet from my jrxml file attaching full jrxml file here as well. The issue I am facing is when I add any component i.e. text field or static text field IReport is giving me error on compile time given below,

 

Error: "net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :       1. Element reaches outside list contents height: y = 44, height = 20, list contents height = 22."

 

We are working on Java 5 and can't upgrade.

 

Quick help will be highly appreciated.

 

invoice Details

new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{invoices})

"Invoice - " + String.valueOf($F{invoiceNumber})

$F{invoiceDate}

sL NO

No. of Pages

iNVOICE TYPE<sup>31</sup>

sELLER INFO<sup>32</sup>

TERMS OF DELIVERY<sup>33</sup>

iNVOICE VALUE<sup>34</sup>

FREIGHT<sup>35</sup>

iNSURANCE<sup>36</sup>

PAYMENT METHOD<sup>37</sup>

$V{invoiceSrNo}

$F{invoicePages}

$F{invoiceTypeName}

$F{seller}

$F{incoTermCode}

$F{invoiceValue}

$F{freightCost}

$F{insuranceCost}

$F{paymentInstrumentName}

new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{invoiceLineItems})

Text nested

 

Many Thanks,

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...