Do you have a single data region that touches every page? If you do, I
think selecting the 'Repeat report item with data region on every page' will
do the trick. If not, I'm not sure that leaving the data region drop down
will do the trick. Here's what the help says, it isn't specific enough to
answer the question. Oh, you are talking about the background image
property for the Body. Yes, the image should repeat for every page in the
report. I tested it with the following settings. My test only used one
data region, but with that property shouldn't matter.
<Style>
<BackgroundImage>
<MIMEType>image/png</MIMEType>
<Source>Embedded</Source>
<Value>gradientme</Value>
</BackgroundImage>
</Style>
From Help:
Repeat report item with data region on every page
Choose this option to show the image with a data region each time the data
region appears on a page. This is useful for headings that should appear
with the data region on each page of the report.
Thanks,
Steve MunLeeuw
Joe - 15 Jul 2008 23:19 GMT
Thanks. I can't seem to get it to work. My header text repeats ok but
the image does not. I'm not sure what the problem is.
Joe - 15 Jul 2008 23:27 GMT
As a test I put and outline around the body of the report and when I
print that it extends from the top of the first page to the bottom of
the second page with no breaks between. Although the header knows
about the second page it does not appear that the body does,
> Thanks. I can't seem to get it to work. My header text repeats ok but
> the image does not. I'm not sure what the problem is.
Steve MunLeeuw - 16 Jul 2008 15:37 GMT
I'm guessing that there is a data region spilling off to the right that is
forcing the second page, not vertically, but horizontally.
Thanks,
Steve MunLeeuw