水晶报表8.5,利用它的导出EXCEL功能时:在开发环境下是好的.打包安装后,提示:
NO export dlls found!代码如下:
Dim ex As CRAXDRT.ExportOptions
Set ex = cry_Detail_Effect.ExportOptions
ex.DestinationType = crEDTDiskFile
ex.DiskFileName = "c:\text.xls"
ex.FormatType = crEFTExcel97 'Excel97格式
ex.ExcelExportAllPages = True '导出所有页码cry_Detail_Effect.Export请大侠帮帮我,还有什么dll没打进去.分不够再加.

解决方案 »

  1.   

    ...\Seagate Software\Report Designer Component\craxdrt_res_en.dll
    ...\Seagate Software\Report Designer Component\craxdrt.dll
    ...\Seagate Software\Report Designer Component\craxdrt.dep
    ...\Seagate Software\Viewers\ActiveXViewer\crviewer.dll
    ...\Seagate Software\Viewers\ActiveXViewer\crviewer.dep
    ...\Seagate softare\share\SSCSDK80.dll
    ...\Seagate softare\share\PG32CONV.dll
    ...\Crystal\Crxf_RTF.dll
    ...\Crystal\Crxf_Pdf.dll
    implode.dll
    crpaig80.dll
    mscvrt.dll
    MFC42.dll
    Msvcp60.dll
    Crxlat32.dll
    crtslv.dll
    exportmodeller.dll
    comcat.dll
    olepro32.dll
    这些文件大概都需要,不光是支持导出,只是哪个文件是用来导出的DLL我忘记具体是哪一个了,可能是exportmodeller.dll这个吧,你加上它试试。
      

  2.   

    很明显是缺少了一个水晶报表的DLL