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
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
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.