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

Help please!!!

edited January 2005 in General
Dears,

I have a band details where I show some information...
On this band it details, I have a SubReport (and this SubReport also has a
band details).

The property PrintCount of DetailBand (SubReport) it is configured = 5. In
that way, I print the data of DetailBand and soon I lower is being printed
the 5 records regarding SubReport and a new page is initialized to continue
the print of the remaining of the records regarding SubReport.

My need: I would like that the data regarding DetailBand (MainReport) they
were presented in the following pages and that Detailband (SubReport) it was
printed in the same position that was printed in the first page.

PS.: In DetailBand (MainReport) I will only print 1 record... and this same
record should appear in the following pages

Thanks,
[]s,
Alessandro Ferreira

Comments

  • edited January 2005
    Hi Alessandro,

    If I understand correctly, you would like the 5 records from the subreport
    to print in the same spot on each page of your report. Are you connecting
    these in a Master/Detail relationship? Do you want the same 5 records on
    each page or 5 records at a time from the same dataset. You may be able to
    use a Fixed style subreport with TraverseAllData set to true.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2005
    Thank you.

    You are right... It would be a report master/detail...
    However, I am still with a doubt... I altered the property
    PrintBehavior=pbFixed and the property TraverseAllData=True... and the
    property PrintCount of DetailBand (SubReport) = 5. And after these
    configurations I went to test the report... and the data regarding referred
    SubReport are not presented and seemingly the report is going generating
    infinite pages.

    I describe to follow the structure of my report:

    MainReport
    - PageHeader
    - DetailBand (on this I have two SubReport => PrintBehavior=pbFixed and
    the property TraverseAllData=True)
    - PageFooter

    SubReport1
    - DetailBand (PrintCount = 5)

    SubReport2
    - DetailBand (PrintCount = 5)

    Thanks,
    []s,
    Alessandro Ferreira

  • edited January 2005
    Hi Alessandro,

    I'm still a little unclear about what you would like your report to look
    like. Yes this is a Master/Detail report but how are the pipelines
    connected? Are both subreports connected to the same datapipeline? If you
    are receiving infinite pages, you may have your main report and subreport
    connected to the same datapipeline.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.