如何打印 Devexpress ASP.Net Grid 中的内容?
问题 如何在 Devexpress ASP.Net 中包含打印选项。 我们无法找到如何使用 Devexpress ASP.Net Grid 继承打印功能。
感谢你。
Question How to include print option in Devexpress ASP.Net.
We unable to find out how to inherit print features using Devexpress ASP.Net Grid.
Thank u.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有必要使用单独的 ASPxGridViewExporter 组件将 ASPxGridView 的内容导出为所需的输出格式:
http: //demos.devexpress.com/ASPxGridViewDemos/Exporting/Exporting.aspx
It is necessary to use a separate ASPxGridViewExporter component for exporting ASPxGridView's content to the required output formats:
http://demos.devexpress.com/ASPxGridViewDemos/Exporting/Exporting.aspx