Cross Tab - repeat
The cross tab detail repeat more than a time in the page.
as I make to correct??
thanks, alamo.
--- posted by geoForum on http://delphi.newswhat.com
as I make to correct??
thanks, alamo.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
- a report/subreport will traverse the datapipeline to which it is assigned
and generate a detail band for each record
- each time the detail band generates on the page, it will allow each of its
child components to generate.
Therefore, if you connect the Report and Crosstab to the same datapipeline
you will get the same crosstab generated over and over - once for detail
band. The solution is to leave the Report.DataPipeline unassigned so that it
generates only a single detail band. Or define a master/detail relationship
such that the main report traverses the master and the crosstab traverses
the detail.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
alamo carlos
--- posted by geoForum on http://delphi.newswhat.com