SAP Business One HANA中的Crystal To PDF

2020-08-14 16:58发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中) 这是我的代码 ...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


这是我的代码


 ReportDocument report = new ReportDocument();
             字符串reportPath;
             字符串exppath;
             字符串用户;
             弦通
             字符串服务器;
             字符串db,dockey;
             exppath = System.Configuration.ConfigurationManager.AppSettings.Get(" exppath");  ;
             reportPath = System.Configuration.ConfigurationManager.AppSettings.Get(" reppath");
             report.Load(reportPath);
                //HANA
             用户= System.Configuration.ConfigurationManager.AppSettings.Get(" SrvUser");
             通过= System.Configuration.ConfigurationManager.AppSettings.Get(" SrvPass");
             服务器= System.Configuration.ConfigurationManager.AppSettings.Get("服务器");  ;
             db = System.Configuration.ConfigurationManager.AppSettings.Get(" DBName");
             码头= System.Configuration.ConfigurationManager.AppSettings.Get(" dockey");

             MessageBox.Show(用户+密码+服务器+数据库+码头);
             report.SetDatabaseLogon(user,pass,server,db);
             report.SetParameterValue(" DocKey @",dockey);
             CrystalDecisions.Shared.ExportFormatType efileType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
             report.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat,Application.StartupPath + @" \ SalesOrder.pdf");
 

我对SQL使用了相同的代码,并且在生产系统上运行良好。 但是当我在SAP Hana中使用相同的软件时,出现以下错误。

(23.5 kB)