开发者

Change the Style of an XtraReport an an ASPX Page for Printing

开发者 https://www.devze.com 2023-04-10 23:52 出处:网络
To get an XtraReport to match my web site, I have had to set the background color to something other than white. But when the user Prints the report, I would like the background to default back to whi

To get an XtraReport to match my web site, I have had to set the background color to something other than white. But when the user Prints the report, I would like the background to default back to white.

开发者_开发技巧I can't see how I could use an @media tag in the style sheet for this, and I have tried capturing the BeforePrint event and setting it there. Nothing seems to be working. I just want the background color set back to white before printing. No reason to waste a lot of ink.

Is this possible?


Review the http://www.devexpress.com/issue=Q343628 discussion in the DevExpress support center. Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消