小编Saj*_*esh的帖子

Crystal Report SP26 SetDataSource() Method failed in computers of clients in Visual Studio 2019

?I'm working on Visual Studio 2019 and Crystal Report Service Pack 26. My code read data into ADO.NET dataset and I set those datases as datasourse of my reports. something like this in Visual Basic.Net:

    Dim ds1 As New DataSet1()

    Dim myRep As New CrystalReport1
    taAccArticleFields_TBL.Fill(ds1.AccArticleFields_TBL)
    myRep.SetDataSource(ds1)
    crvReport.ReportSource = myRep
Run Code Online (Sandbox Code Playgroud)

When I run program through VS all is good and reports show without error. But when I want to run my program on another computer which only has CR26 runtime …

vb.net crystal-reports visual-studio visual-studio-2019

5
推荐指数
1
解决办法
3087
查看次数