Data page as the source of Report
We have a requirement to execute a Stored Procedure which takes parameters. This stored procedure returns Oracle Table Types as return, I am able to execute the stored procedure using activity, rdb-list and get data in resultset. But requirement is to display the data using report definition as they want all the OOTB functionalities of report viewer viz Export to Excel, Export to pdf, filter etc.
Is there a way to execute a report on a Data set or resultset instead of directly querying the database table ?