Skip to Content
0
Aug 18, 2023 at 03:12 PM

How To convert CRAXDRT Functions to Crystal 2020?

111 Views

Is everyone okay?

I'm having a little trouble updating my system, we used crystal 2008 with CRAXDRT, but we acquired CRYSTAL2020 and are working on converting the reports used by the system.


my difficulty is being in the functions:

LineObject AddLineObject(int Left, int Top, int Right, int Bottom, object pEndSection);

BoxObject AddBoxObject(int Left, int Top, int Right, int Bottom, object pEndSection);
AddPictureObject(string pImageFilePath, int Left, int Top);

I'm not finding an equivalence in crystal2020.

and in my reports, I often need to add components in the code, change the size of certain fields, and edit the text that already exists in the report.

how do i do this correctly?

Crystal Version 14.3.3.4649 (runtime installed)


using Nuget packpages(all in 13.04.4003):
CrystalDecisions.CrystalReports.ViewerObjectModel;

CrystalDecisions.ReportAppServer.ClientDoc;

CrystalDecisions.ReportAppServer.Controllers;

CrystalDecisions.ReportAppServer.DataDefModel;

CrystalDecisions.ReportAppServer.ReportDefModel;

CrystalDecisions.Web;
CrystalDecisions.CrystalReports.Engine;
CrystalDecisions.CrystalReports.Shared;