I'd like to show my own dialog when a drill through event happens and haven't been able to figure it out. I'm currently using the CellClick event to achieve my goal, but would like the double click behavior.
I can use the BeginDrillThrough and DrillThrough events, but then my dialog pops in addition to the built in one.
Also I haven't quite worked out how to identify the source data in those events. Using the CellClick event gives access to the .Data member, which can be de-serialized to determine which source data indices are in the cell.
Thanks!