unexpected CR parameter dialog

M

Mounilk

sorry for cross posting..but i did not get any replies in the other
NG's.

I have a CrystalReportViewer(crv) on my form. I also have a dataset
(dtsReportData) populated with the required data and i have a
ReportDocument (rdReport) object. The data source for the crystal
report (CR 11) is a stored procedure.


This is what i am doing(in C#):-


rdReport.Load("ReportLocation"); //ReportLocation is the file path.
rdReport.SetDataSource(dtsReportData);
crv.ReportSource = rdReport;


When the Crystal Report Viewer loads up, it brings up a dialog box
asking to enter the various parameters. I had this working in VS 2003,
but we've recently gone over to VS 2005. Can any one shed some light on



why this might be happening?


TIA,
Mounil.
 
C

Cor Ligthert [MVP]

Mounilk,

As advice.

Remove your C# code in your message.
Try to explain it and than post it to the newsgroup

microsoft.public.dotnet.languages.vb

Crystal Report problems are seldom answered in newsgroups.

However in that newsgroups there are some people who do that (by instance
Peter Proost).

And don't tell that you are using C#. The VBnet language is essential almost
the same.

It is not much however maybe it helps,

Cor
 
M

Mounilk

Hi Cor,
Thanks for your reply. I did what you suggested, but I still
am to find the solution. Are there any other NG's where I could
possibly find a solution? I've been webbing all day today and I am
almost bald now :)) .

--Mounil.
 
C

Cor Ligthert [MVP]

You should give it some time,

You placed it in Europe at midnight.

You can not expect an answer yet from the guys I have in mind.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top