TheVillageIdiot27
Programmer
I am sure this must be quite straight forward but I can't seem to find an example on the net.
I have half written a console application to export a crystal report as a pdf, but want to be able to pass the input report, output pdf, and any report parameters from a batch file so it might look something like...
If someone was able to let me know what the VB was which would go with the above to populate strInput and strOutput I would appreciate greatly.
Thanks in advance
I have half written a console application to export a crystal report as a pdf, but want to be able to pass the input report, output pdf, and any report parameters from a batch file so it might look something like...
Code:
exportreport.exe / input="i:\myreports.rpt" output=c:\test.pdf
If someone was able to let me know what the VB was which would go with the above to populate strInput and strOutput I would appreciate greatly.
Thanks in advance