How to Export to a PDF file in Crystal Report?

后端 未结 4 1105
清歌不尽
清歌不尽 2021-01-03 09:04

Using VB 6 and Crystal Report 8.5

In client system while generating the report, I clicked export to PDF button in the report; it displayed Export, Export Option. Cho

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 09:25

    In my case, on Windows 8.1 x64, the solution was to:

    1. locate, on the dev machine, the folder %programfiles%\Seagate Software\Shared
    2. copy crtslv.dll and ExportModeller.dll from the dev machine to the C:\windows\SysWOW64\ folder

    3. open a command prompt with administrator's privileges

    4. register both crtslv.dll and ExportModeller.dll with regsrv32
    5. Retry the pdf export...

    That's all.

提交回复
热议问题