Which IIQ version are you inquiring about?
8.4
Share all details about your problem, including any error messages you may have received.
We have multiple custom reports implementing the JavaDataSource and are looking for ways to handle report / task termination gracefully within the class. Within our custom tasks we use the TaskResult.isTerminateRequested() method but that does not appear to be available within the report java class. The goal is to gracefully handle the report / task termination and flush used iterators and/or close database connections to avoid memory leaks