Home Subreports

Subreport and JITPipelines

edited November 2010 in Subreports
Hello,
Im fairly new to Reportbuilder and have an issue with JITPipelines and a subreport. The
subreport is meant to list values from a TStringlist, through the GetFieldValue-event of a
JITPipeline (one datafield only). I iterate an index in the GetFieldValue function, and a value from
a stringlist is returned.

The problem is that only every 4th value in the stringlist is listed/shown in the subreport. Like
this:

stringlist[3]
stringlist[7]
stringlist[11]
... etc.

I have debugged and as far as I can see the GetFieldValue-event return all values from the
stringlist. Im trying to figure out though how the subreport still shows only every 4th value and
not all of them.
There are two JITPipelines in the Form (which calls myreport.Print). The first pipeline is showing
main datafields for the first page / main report, and the second pipeline is the one used for the
subreport and its detail band (which starts on the 2nd page). I have tried to set a master pipeline
and also leave it blank, but with the same result.
Any help is deeply appreciated.



--- posted by geoForum on http://www.newswhat.com

Comments

This discussion has been closed.