Using Crystal Report ActiveX control in MFC application
I have a MFC application with ActiveX control support. I am trying to use
Crystal Report ActiveX control in the application. How to implement that?
Any info related to integrate ActiveX control with MFC application will
be appreciated.
Thanks,
Roger Lai
Re: Using Crystal Report ActiveX control in MFC application
Once you Insert Cry Control in your App
If you are uising Dialog then draw the control on the dialog
And Add M.V to that control
Once you have created MV , you will get all the
property of CRY control
if MV is with name like "rep" then
rep.SetReportFileName("report.rpt");
rep.SetAction(1);
Regards
Jogesh
Re: Using Crystal Report ActiveX control in MFC application
Hi,
At http://devcentral.iftech.com/Learnin...rystalreports/ you find a quick explanation on how to add report generation facility to your App using Crystal Reports.
If it helps, rate it.
Re: Using Crystal Report ActiveX control in MFC application
hello
i want to pass the arguments to my report in run time. can u pls help me. i am working in VC.
asma