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.
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.