Groups | Blog | Home
all groups > vb.net > march 2006 >

vb.net : Crystal Reports Assigning Report Source


Bernie Hunt
3/24/2006 8:22:34 PM
I'm having trouble assigning the reportsource value at run time. I'm
running a test setup, one form with only a Crystal Viewer, called cvwMail.
My report is called CustomersBasic.rpt and it draws directly from the
TradeWinds.MDB test database.

If I use
Me.cvwMain.ReportSource = "J:\Learning\CMP 214\Crystal Test\CrystalTest
\CustomersBasic.rpt
to point to the file directly it works.

If I use
Me.cvwMain.ReportSource = New CustomersBasic
to instantiate a new object of the report I get an error of "Invalid Report
Source".

All the references on usenet say this should work, so I must be missing
something silly. Can anyone see what is wrong?

Thanks,
Bernie
Cor Ligthert [MVP]
3/25/2006 12:00:00 AM
Bernie,

Did you look for this already on our website.

http://www.vb-tips.com/default.aspx?ID=68888abf-f137-45d1-8a81-e779bfb411c5

I hope this helps,

Cor


"Bernie Hunt" <bhunt@optonline.net> schreef in bericht
news:Xns9790EDCB1680Cbhuntoptonlinenet@207.46.248.16...
[quoted text, click to view]

Bernie Hunt
3/25/2006 5:30:09 AM
Yes I did. That was what I started with. The error is still "Invalid
Report Source". I'm thinking it may be something in my developement
environment.

I'm going to have to figure out how to interrogate the
CrystalReportViewer.ReportSource to see the difference between it working
with a hard coded report location vs a setting the location on the fly.

Bernie


"Cor Ligthert [MVP]" <notmyfirstname@planet.nl> wrote in
news:uS4yq19TGHA.5900@tk2msftngp13.phx.gbl:

[quoted text, click to view]
AddThis Social Bookmark Button