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

Can I send the pipeline to other printer???

edited August 2006 in General
Hello, i are Peter Norton of Argentina and i have a question.
I need print a main report in a printer with a paper and also i needprint
the sub report in other printer with a different paper.

I have ReportBuilder enterprise Version 7.04

Can I send the pipeline to other printer? how can do it???


Very Tnks and best regards.



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

Comments

  • edited August 2006
    Hi Peter,

    You can do this by setting ParentPrinterSetup property of the subreport to
    False and either manually assigning the PrinterSetup of the subreport (using
    the Delphi object inspector) or doing so in code before the report prints.
    I would recommend using a Section style subreport in this case to completely
    separate the subreport from the main report.

    --
    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.