I currently have 2 reports that are bound to a DataSet. The first report has 3 parameters and is the full report, or master report if you like.
It shows a list of Products, along with other details.
The second report has 4 parameters, 3 of which are the same as the first report. The last parameter is the product code.
Basically, I want to use some sort of link on the product in the first report that will then pass it's parameters, along with the product to the second report and display the results in the report viewer with an option of returning to the previous report.
Is this possible or is there something you can suggest that will perform something similar?
It shows a list of Products, along with other details.
The second report has 4 parameters, 3 of which are the same as the first report. The last parameter is the product code.
Basically, I want to use some sort of link on the product in the first report that will then pass it's parameters, along with the product to the second report and display the results in the report viewer with an option of returning to the previous report.
Is this possible or is there something you can suggest that will perform something similar?