更改 XtraReport 和 ASPX 页面的打印样式
为了让 XtraReport 与我的网站相匹配,我必须将背景颜色设置为白色以外的颜色。但是当用户打印报告时,我希望背景默认恢复为白色。
我不明白如何在样式表中使用 @media 标记来实现此目的,并且我尝试捕获 BeforePrint 事件并将其设置在那里。似乎什么都不起作用。我只想在打印之前将背景颜色设置回白色。没有理由浪费大量墨水。
这可能吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 DevExpress 支持中心的 http://www.devexpress.com/issue=Q343628 讨论。希望这有帮助。
Review the http://www.devexpress.com/issue=Q343628 discussion in the DevExpress support center. Hope this helps.