I have a HUGE search query builder situation where there are around 20 - 30 optional query questions. Can I dynamically create a query string in C# and pass the resulting query string to the DPLX file instead of using the Query it was created with? Please advize.
ACTUALLY I would like to just simply use the dataset returned from the query that was run BEFORE I do a PDF conversion rather than having to run the query again. Is this by any chance possible and if so HOW?
Thanks.