Hai,
How to possible, the crystal report document load without report name and path details? i have just pass the report class's object.
Eg.
rptOracle objRpt=new rptOracle ();
ReportDocument
cr = new ReportDocument();
cr.Load(objRpt);
Thanks in advance.
Jimish George