In a combination C#/Visual Basic .NET 2012 application, there is a dropdown list of sql server 2008 (SSRS) reports that the user can chose to execute.
This application has no documentation.
My question is what can I look for in the 2012 .net application to see how the reports are connected (wired to) in the .net application?
I am asking this question since I need to add some updated ssrs reports to this application.
Can you tell me and/or point me to a reference I can look at?