我在C#.Net中創建了一個用於查看水晶報表的應用程序。但是,當我試圖執行它,它表明: An unhandled exception of type 'CrystalDecisions.Shared.CrystalReportsException' occurred in CrystalDecisions.CrystalReports.Engine.dll Additional informati
我正在使用Crystal Reports 2008.基本上,我在報表中有2個視圖:1個用於事務,1個用於預算。我加入了他們使用下列內容: SELECT *
FROM View1 AS A
FULL OUTER JOIN View2 AS B
ON (A.[Nominal Code] = B.[Account Code] and A.[Department] = B.[Unit])