Crystal reports navigation
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a crystal report that displays a listing of company names, when a company name is clicked in the report, a new report should display showing details for the company that was clicked. This would involve loading a new report in the crystal report viewer and passing in the CompanyID of the company which was clicked. I have been able to do this for web reports by setting a hyperlink with the CompanyID set in the query string, eg "ReportRedirector.aspx?CompanyID=3" which gets called when the company is clicked. But I was just wondering if anybody knows of any other ways to achieve this, in particular a solution that would also work for a windows forms application? thanks