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

Dynamic number of records to print

edited January 2010 in General
Hi
I have to print some labels containing some information and a calculated
number for each one, I don't have a data source but I know with some
calculation how many labels should I print so when I execute the report
it should print as many labels as I've calculated in the BeforePrint
event and change each label information before printing it. Is that
posible?.
sorry about my english

Thanks

Comments

  • edited January 2010
    Hi Ignacio,

    If these are labels such as address labels, you can set the autostop
    property to false, limit the number of pages being printed and define the
    DetailBand.PrintCount property to limit the number to labels printed.

    Another option is to use a JITPipeline to manually send information for each
    label as it is generated.

    --
    Regards,

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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2010
    Great!!!
    Thanks Nico, It was exactly the tip I needed.

    Nico Cizik (Digital Metaphors) escribió:
This discussion has been closed.