I want to get the value of the field object that I Click by Mouse in CrystalReportViewer (Visual Studio 2005), so that I can Open Another report based on this Value. But I could not find any method at all. There was an easy solution in VB6 with Crystal Reports 10, The Report Viewer's Click Event did provide EventInfo object which had GetFields method and we could get the value of the current field.
What is solution in VS 2005?