Using ReportPro2

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Locked
UlrichT
Posts: 8
Joined: Fri Jun 03, 2016 2:34 pm

Using ReportPro2

Post by UlrichT »

I am trying to use ReportPro2 and get the following error:

errorXS0144: Cannot create an instance of the abstract class or interface 'ReportPro2.RpReport'
Here is the code:
cRepPfad:="C:/test/"
ciniPfad:=cRepPfad
cReportName:="Test.rpt"
oReport := RpReport {SELF , cRepPfad+cReportName, cIniPfad } <--- ERROR

I have referenced:
ReportPro2.Base.dll
ReportPro2.English.dll
Report.Pro2.Export.dll
ReportPro2.Runtime.dll
ReportPro2.UDF.dll
System
System.Drawing
System.Windows.Forms
VOGUIClasses
VORDDClasses
VOSystemClasses
XSharp.RT
XSharp.VO

A #using ReportPro2 also does not help.

What am I missing?
Ulrich
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Using ReportPro2

Post by Chris »

Hi Ulrich,

Please see Wolfgang's reply in the other thread: https://www.xsharp.eu/forum/public-vo-v ... reportpro2
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Locked