Crystal ReportViewer Selected ReportObject Information

cymdiaz

New member
Joined
Feb 18, 2006
Messages
2
When I view my report on a WindowsForm ReportViewer object, I notice I can select the individual reportobjects in my Crystal Report (Visual Studio 2005, Crystal Reports embedded for .Net version 10). Also, when I do a search, the ReportObject that contains the text is selected.

I would like to obtain information from within my program to know which object was selected. I would like to copy the contents of that object into the clipboard, for example.

Mouse Click and other mouse related events do not fire (Business Objects claim that its a fixed bug -- for versions 9 or later, but nevertheless it doesnt fire for version 10 embedded).

I tried browsing the object during other events, but the ones that seem related to what I want to know are null.

Any thoughts or ideas, (I ran out and Business Objects have not replied to my bug reports, and I dont think they will for the embedded version 10)?

Thanks.
 
Back
Top