I want to print the query ranges which are entered by a user when running a
query based report. As I understood from Martins explanations in
https://dev.goshoom.net/2014/09/showing-dynamic-parameters/ this could be easily done in the DP class of the report. So I want to try to switch to the data source type "Report data Provider" instead of "Query":
Im just struggeling how I should add the two different DataSets to the DataProvider Class:
1. Tmp Table with query ranges as explained in the blog
2. My simple query called "...InventTransListQuery" which could be adjusted by the user in the report dialog
Do I have to create a second tmp table for the result of the simple query even when the data is copied 1:1?