Visual Studio Development Bookmark and Share   
 index > Visual Studio Report Controls > how to select a report from another report
 

how to select a report from another report

Hello
how can i select a report from another report.
that means, for example when i select a row i can display another report.

I think that i should specify the 2nd report in action properties on the .rdlc file.
But, by doing that, i had an error message when clicking the appropriate row : "A data source instance has not been supplied for the data source'ReportsSLA_SLAYesterday"

thanks for your help
Medmidou  Friday, September 25, 2009 8:34 AM
You need to handle the Drillthrough event and supply data for the second report.
http://msdn.microsoft.com/en-us/library/microsoft.reporting.winforms.reportviewer.drillthrough(VS.80).aspx
Alsotake a look at the DrillThrough report examples on http://gotreportviewer.com/
Rajeev Karunakaran  Thursday, October 01, 2009 10:21 PM

You can use google to search for other answers

Custom Search

More Threads

• To Display Group Row number()
• How to bind a report to ReportViewer control using VB.NET in remote processing mode
• ReportViewer.ServerReport passing parameters as non-strings
• grouping dates by month in a column chart
• ReportViewer error for Report Server in SharePoint Integrated Mode
• Reportviewer image.value expression
• ReportViewer printing problem
• Help - Passing expressions in Report Parameters
• Alternative to ReportParameter
• i want help in creating crystal reports from scratch