I have a RadMenu that gets its items from a database. Below is the code that correctly populates the items.
What i need is to be able to extract the Report object of type lu_Reports in the Menu ItemClick Event (part of which is also shown below). I can get the name of the report but i need to have the SelectedReport object which i have bound to another control on the page.