Hello All,
i am using the reportviewer control in a winforms application, with local processing. I want to handle the ReportError event, and if that happens, display a message to user and exit out so i don't have to show subsequent error messages that occur during rendering.
problem is, that even if i do this.close (Close on form that hosts the control), there is no way of canceling the rendering, and it keeps throwing more errors.
Is there a way to cancel report rendering after first exception ?
many thanks