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!

Comments

  • edited 11:24PM
    wrote:
    We wanted to have our company logo as a watermark on our reports.
    Try to use Picture object. And set following properties:
    AutoSize = true
    Stretched = false
  • edited 11:24PM
    OlegK wrote: »
    OlegK wrote: »
    We wanted to have our company logo as a watermark on our reports.
    Try to use Picture object. And set following properties:
    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.
  • edited January 2010
    I have a little idea. You can create image with
    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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.