I need create a new variable called ReportFilePath and set its value to the path and the file name of the monthly report that is downloaded in .csv format.
The ReportFilePath is a string variable for me. And the path look like:
Try this path.Combine(Environment.CurrentDirectory, in_ReportDownloadPath,"Report-"+in_TaxID.ToString()+"-"+in_Year.ToString()+"-"+month.ToString()+".csv")