Ho costruito una windows form in Sto cercando di usare per la prima volta ReportPro2 in un programma X#. Aggiungo la Reference ReportPro2.Runtime.dll, pongo #using ReportPro2, pero' mi da errore in
LOCAL oRp AS reportpro2.rpreport
orp:=reportpro2.RpReport{} <==
l'errore e':
error XS0144: Cannot create an instance of the abstract type or interface 'ReportPro2.RpReport' 742,1 Productos.prg Productos:ToolStripMenuItem5Click
In che sto sbagliando ?
Grazie
Giorgio
ReportPro2 per X
Moderator: wriedmann
ReportPro2 per X
Hi Giorgio,
Could it be you are using a very old version of RP2 for X#? Where from and when did you download the version you are using? Indeed in the older versions the RpReport class was an abstract one, but then we refactored the RP2 code and you should be able to use it directly since some years ago.
Could it be you are using a very old version of RP2 for X#? Where from and when did you download the version you are using? Indeed in the older versions the RpReport class was an abstract one, but then we refactored the RP2 code and you should be able to use it directly since some years ago.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
-
- Posts: 20
- Joined: Mon Feb 29, 2016 3:51 pm
- Location: Nicaragua
ReportPro2 per X
Chris
I have the binaries from RP2Net230XS.ZIP, bought in 2018 and send to me by Robert van der Hulst. My Vulcan.net version is 2.00.
Thank you
Giorgio
I have the binaries from RP2Net230XS.ZIP, bought in 2018 and send to me by Robert van der Hulst. My Vulcan.net version is 2.00.
Thank you
Giorgio
ReportPro2 per X
Hi Giorgio,
OK, then I think it's better to get the latest one, which is more compatible to VO and also has many other improvements. X# subscribers who have already bought RP2 have free access to the latest versions, but I think you have not subscribed, so please contact Robert for an upgrade option.
OK, then I think it's better to get the latest one, which is more compatible to VO and also has many other improvements. X# subscribers who have already bought RP2 have free access to the latest versions, but I think you have not subscribed, so please contact Robert for an upgrade option.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu