Greetings
I came across the following piece of code

VB Code:
  1. dim m_proj as CRAXDRT.Application
  2. Set m_proj = new CRAXDRT.Application
  3. m_proj.RunReportWizard report, datasource

I guess should run the crystal reports wizard and thus allowing me to create my report at runtime
Any ideas about this, could it be right ??

Help appreciated
Thank You