本文介绍了Gridview转换为PDF,每页都有重复的列标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我正在开发一个Web应用程序,我想将gridview导出为pdf。我正在使用Itextsharp.dll和itextsharp.xmlworker.dll(版本5.2.1.0)将gridview导出为pdf。它适用于常见的页眉和页脚。问题是当我使用pdfwriter.PageEvent方法为pdf的每个页面生成重复列标题时,列的对齐和宽度不正确。请建议我或让我知道是否有任何其他工具出口gridview到pdf。



提前谢谢你。

Hi,

I am developing a web application, where i want to export gridview to pdf. I am using Itextsharp.dll and itextsharp.xmlworker.dll (version 5.2.1.0) for exporting gridview to pdf. Its working fine for the common header and footer. Issue is when i use pdfwriter.PageEvent method to generate repeat column header for every page of the pdf, alignment and width of the column is not correct. Kindly suggest me or let me know if any other tool for export gridview to pdf.

Thank you in advance.

推荐答案


这篇关于Gridview转换为PDF,每页都有重复的列标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 02:33