Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Report Source

Status
Not open for further replies.

gundu

Programmer
Aug 31, 2001
18
US
Hi,
i am using vb.net 2003 & crystal reports 9 for development of the Report application,i was trying to open a report (previously designed in CR9) programatically using the CRAXDDRT object model.the following code which i wrote is throwing 'invalid reprot source'

The code is
'I took CRAXDDRT as the reference for the RDC9
dim myapp as New CRAXDDRT.Application
dim myReport as new CRAXDDRT.Report
myreport=myapp.openReport(".......Path" along with Report",))
crystalreportviewer1.Reportsource=myreport
crystalreportviewer1.show()

..Please help me in get me the solution

Gundu


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top