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