This is possible by creating a TppGroup around the grouped field of your dataset. Next you would need to keep track of how many detail bands have been printed. You could do this by placing a count variable in the DetailBand.BeforePrint event. Once the count reaches 10, you will need to set the visibility of the DetailBand to False. Finally in the Group.AfterGroupBreak event you can set the visibility of the DetailBand back to True and begin the entire process over again.
Comments
This is possible by creating a TppGroup around the grouped field of your
dataset. Next you would need to keep track of how many detail bands have
been printed. You could do this by placing a count variable in the
DetailBand.BeforePrint event. Once the count reaches 10, you will need to
set the visibility of the DetailBand to False. Finally in the
Group.AfterGroupBreak event you can set the visibility of the DetailBand
back to True and begin the entire process over again.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com