Exporting CR to PDF without using VS.Net
I searched for some posts here on how to export Crystal Report to PDF but most of them are with the use of VS.Net. I keep on getting Compilation Error because the class is undefined.
=======================
Type 'ReportDocument' is not defined.
Type 'ExportOptions' is not defined.
=======================
Do you guys have any code on how export to PDF for somebody like me without Visual Studio? Is there any way for me to get ReportDocument and ExportOptions code?
Thanks.
|