1
Reply

Crystal report document load with report document's object.

Jimish George

Jimish George

Jan 19 2009 9:37 AM
14.4k

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


Answers (1)