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

Print a band

edited January 2003 in General
Hi,

First of all, sorry for my English.
How can I force to print a band? I want to print this band a variable number
of times.
This band is not linked to any data.
I think in Qreport is possible with "moredata".
Is there any function like that?

Tnaks for all.

Comments

  • edited January 2003
    If you just want to print bands a variable number of times, then you'll have
    to use a JIT pipeline to tell the report that it should print a number of
    detail bands. Set the JITPipeline's RecordCount property. You don't have to
    use any of the JITPipeline events, just use it as a mechanism to tell the
    repor tthat it should print detail bands.

    Another way to do it is to set the JITPipeline to be one record for its
    RecordCount. Then set Detailband.BandsPerRecord to the number of detail
    bands that you want to print. The detail band will reprint itself.

    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.