I created a variable in my program called reportpath and combined it with the filename so that I was able to direct the output report to a specific folder that was separate from the other data.
"reports": {
"save": true,
"blobName": reportpath + filename
}