An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
The only thing that I've gotten to work, is that I put my crystal report control on a special non-modal form, and when I go to run the report, I'll load the form and run the report (if you're not doing print-preview, you don't have to show the form, just load it, if you are doing print-priview, you can attach the Crystal preview window to that form, so that you have more control over the Crystal preview window). If the user wants to cancel, they would click a button on the form that they used to invoke the report, and all it does is unload the form with the Crystal Report control on it and set the form = nothing. Doing this flushes Crystal from memory, and hopefully will stop your report from running.