ABL uses .Net ctrl of crystal report?

Kalan

Member
DEFINE VARIABLE crystalReportViewer1 AS CrystalDecisions.Windows.Forms.CrystalReportViewer NO-UNDO.
I am trying to call .net ctrl of crystal report from ABL. But architect/developer studio (Version 11.2 ) does not recognize the crystal report class/.net name space ''CrystalDecisions.Windows.Forms.CrystalReportViewer". I assume that this class might be installed with OE 11.2 .Net framework 4.0. Just to make sure I have downloaded the .dll assembly file(CRYSTALDECISIONS.WINDOWS.FORMS.dll) from internet to include this architect/developer studio (i.e. Openedge ->Tools ->Assembly References), but it does not recognized by developer studio(showing the error 'Not a valid assembly)'. Could you pls suggest the correct approach to achieve this? - Thanks.
 
Top