cancel
Showing results for 
Search instead for 
Did you mean: 

Getting ReportDocument from CrystalReportViewer on serverside ASP.NET

Former Member
0 Kudos

We are displaying a report in CrystalReportViewer,  when it shows in browser, a form comes up and prompts user for parameter values. .

Page then reloads.

I am trying to get at the Parameter Values the user filled in on the web page,  or  the whole reportdocument.

I have tried diving into ReportSource on the View, and can't seem to find the data I want.

-Jason

Accepted Solutions (1)

Accepted Solutions (1)

former_member188030
Active Contributor
0 Kudos

Hi Jason,

There are no APIs available to retrieve the parameter values entered by a user in the Crystal viewer parameter prompt.

You would need to develop your own parameter prompt, store the values provided by the user and then pass those values to report through code.

Here is the sample to pass the parameters to report using code.

http://www.sdn.sap.com/irj/boc/samples?rid=/library/uuid/5050d3d0-19dd-2d10-ffb2-ddcd30a3e655

- Bhushan,.

Answers (0)