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