When I do a crosstab with multiple pages of data, and I place it in a summary
band, the report shows up but only starting on the second page.  The height
of the other bands is 0, and the band (summary) containing the report has
isSplitAllowed = "true". It renders with pagination just fine, except that
the report data starts on the second page, not the first. Any ideas on what
to check? I also have 

 columnCount="1"
                 printOrder="Vertical"
                 orientation="Landscape"
                 pageWidth="792"
                 pageHeight="612"
                 columnWidth="732"
                 columnSpacing="0"
                 leftMargin="20"
                 rightMargin="20"
                 topMargin="20"
                 bottomMargin="20"
                 whenNoDataType="NoPages"
                 isTitleNewPage="false"
                 isSummaryNewPage="false"

for my jasperReport element. Any ideas? 

This is nuts -- I have another report with virtually the same query (it has
one extra predicate, which has the effect of reducing the rows from 100s
to.. like 4 or 5... ) that fits on one page and starts on the first page.   


Thanks in advance for any and all help, 
Josh
-- 
View this message in context: 
http://www.nabble.com/Crosstab-and-blank-first-page-tp17659674p17659674.html
Sent from the jasperreports-questions mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to