CrystalReport Help

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hello,

I am developing with VS.NET 2003, the v1.1 .net platform, and CrystalReports
XI

I have no problem embedding the report which was created in CR and pulls
form a stored procedure.

When testing and running from within CR, whenever I refresh the report, it
prompts me for a date top query with, like it should. I enter a date and it
works.

After embedding the report in an .aspx page, everything seems at first. The
report loads but somehow it uses the date I last used from within CR. When I
refresh the report, it does prompt me for another date like it should, but
when I enter a new date, it returns the report with the original date
entered form within CR.

I have researched and researched, and have not been able to understand how
to get the report to accept a new parameter value.

Does anyone have some sample code, including what namesapces to use so the
reportviewer.parameterfields are recognized? I could really use a full
example.

Thanks in advance,

Frank
 
Check the report in CR and see if the Save Data with Report menu item under
File has been checked.
 
Back
Top