In a visual basic.net 2010 web form application, a report viewer control is being used to allow the user to select the report they want to access. Also when the application is running, a specific ssrs (*.rdl) report is being called. I am trying to determine
what rdl is being called. I have tried to step through the code, but I have not found the exact code location. I was told by the debugger that it 'stepped over' come code.
Thus can you tell me what I do so see what rdl is actually being called automatically by the application?
Go to the complete details ...