I'm using ReportViewer control to show server report on web page. I set report parameters with the following code:
reportViewer.ServerReport.SetParameters(ReportParameters)
Now I can get the report. In this report, there are columns like userid,company,register date ect.
My question is how can I get the distinct userid and company to pass them to the other page?