Crystal Report create strange PDF format on server

烂漫一生 提交于 2019-12-25 00:24:31

问题


I am trying to export a crystal report into PDF format using the below code.

Report.ExportToDisk(ExportFormatType.PortableDocFormat, _
                        System.AppDomain.CurrentDomain.BaseDirectory() & sPDF_FileName)

The format of the PDF is normal, like an A4 size on local host, but when creating the file on server, the format is entirely different. The report or the page is sliced into small pieces and a single page is converted into multiple pages.

I appreciate your help.

Thank you.

来源:https://stackoverflow.com/questions/16910927/crystal-report-create-strange-pdf-format-on-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!