Set options when printing to a printer

Hi, i have this problem:
i have a text box with underline = true and textcolor = blue and i preview a report is true.
When printing on a printer I would like to remove the underline and textcolor = black, how can I do?


Thanks

Comments

  • edited 6:17PM
    Hello,

    There is no way to change the object's appearance when printing. You may do the following:
    - set you object's Printable property to false;
    - put another, similar object just behind it, with Printable = true.

    When you preview the report, the background object will not be visible. When you print a report, the front object will not be printed because of its Printable property; you will see the background object only.
  • edited 6:17PM
    Excellent, thanks.

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.