cancel
Showing results for 
Search instead for 
Did you mean: 

Printing table view

Former Member
0 Kudos

When I print a tableview the background color is no longer visible. Only when the option "print background" is selected in IE can the background colors be printed.

Is there a way to still print background colors within HTLMB without using the client side option in IE?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There isn't a way in css to force IE to print the background colours, and you can't change the option for the client.

However, if you really want it you could use an activex component http://www.meadroid.com/sx_intro.asp for the printing (and this will allow you to include background colours). But then of course the users would have to accept the activex component.

Btw I haven't tried the component but its documentation indicates that it can do what you need.

Former Member
0 Kudos

I think this is specific to the way the HTMLB is rendered. So if you want to change it you have to write your own renderer to convert the HTMLB into a HTML document that is correctly interpreted by the browser.

But maybe there is an option for the existing Renderer Object I don't know.