Hi, I've like to be able to run reports from a console application.
The reason I need to do this is because we have a single template with a few params and many reports running off that template - each providing different arguments. It is easier for us to schedule a console app and have the report arguments read from a database.
How can I run reports dynamically from a console app?
Also - is there a way to have the reports output straight to a file share from the command line?
And finally - if the above is possible then is there a way to control the name of the files that are generated and stored in the file share.
Many thanks for any pointers you can provide.