Hi Teo,
Working on a simple app that should programmatically generate PDF versions of all reports in a specified directory on our report server. The code I have can generate the reports if given a specific report name ... but I'm unable to figure out how to simply programmatically iterate over all the reports in a given directory and run that code so as to not have to specifically pass in the names of the reports.
Thanks - Wayde