I am new to crystal report. I have ASP.NET pages that show the search
result. Since the search result is represented by datagrid, it will be nice
to put a button on that page, and allows the user to export the result to
crystal report.

Here's what I have done so far, and I dont know what to do next.

1) Add CrystalReportViewer web control to the search result page.
2) In my ASP.NET application, I added a new item crystal report (.rpt)

In my case, can the crystal report just get the result from datagrid.

Please advise!
Thanks!