Dynamic number of records to print
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks Nico, It was exactly the tip I needed.
Nico Cizik (Digital Metaphors) escribió: