Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Cross Tab - repeat

edited December 2006 in General
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

Comments

  • edited December 2006

    - 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
  • edited December 2006
    Thanks. thats OK.

    alamo carlos



    --- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.