views:

19

answers:

1

I want to print the values on crystal report that user input on the asp.net webform. On my form i have few textboxes, radio button list and couple of gridviews. Im not sure how to send these values to crystal report? Im using asp.net 3.5 and .Net builtin crystal reports.

A: 

You pass values to Crystal Reports via parameters.

Here is an example how. It is somewhat dated, by CR doesn't really change all that quickly.

Serapth
This shows me sending parameter to a report but i also want to display my gridview records on report and that gridview data is not stored in database
Fraz Sundal