How to select/query rendered pages
Posted: Thu Feb 09, 2023 4:45 pm
On a windows application I have received a (rendered) report from my Server, I need to send the report (as pdf) for printing, some pages have to be sent to one printer and others to an other. The criteria of what page is sent to what printer is to be decided according to the data row (from dataSource) that created the page.
I need a way to read a custom variable set per page or read the DataRow that created the page. If I can distinct those pages I can then create a new StiReport and send it for printing. I have control of both client and server application. Please advise
P.S.1: printing process is a custom implementation stimulsoft's printing will not be used
I need a way to read a custom variable set per page or read the DataRow that created the page. If I can distinct those pages I can then create a new StiReport and send it for printing. I have control of both client and server application. Please advise
P.S.1: printing process is a custom implementation stimulsoft's printing will not be used