BackPicture
We wanted to have our company logo as a watermark on our reports. We see there is a property of BasePage called BackPicture. However, when we use that for our logo the image gets stretched. Also, it doesn't look the same when we're in Portrait or Landscape.
Is there a way to control that back image and make is so it doesn't resize/stretch, without just putting a picture object on the report?
Thank you!
Is there a way to control that back image and make is so it doesn't resize/stretch, without just putting a picture object on the report?
Thank you!
Comments
AutoSize = true
Stretched = false
Thank you OlegK, but we don't want to use a picture object because it's kind of obstructive to the report....the good thing about the backpicture is that it just sits in the back of the report behind everything else. Even sending a picture object "to the back" doesn't put it behind everything. Any other ideas?
Thank you.
Width = Report Paper Width - (Left Margin + Top Margin)
Height = Report Paper Height - (Top Margin + Bottom Margin).
Then you should insert logo into this image.
See a demo in attached file.