I am attempting to render an SSRS Dashboard (ssrs 2016) to Excel (2010).
My Dashboard has 4 parameters as
StartDate, EndDate, Company, NumberOfJobs.
StartDate, Company and NumberOfJobs will all render perfectly when using render to xlsx (EXCELOPENXML). They will not render when using EXCEL as the format in my SSIS VB script.
EndDate will not render using EXCELOPENXML but is fine when using render to xls (Excel).
If typed into IE, the URL of the report will happily render all 4 to xlsx, giving the option to open Excel or Save to File. However, when it is run using SSIS, it generates a 0kb file and gives the error message
excel cannot open the file because the extension is not valid.
I have noticed that EndDate also breaks rendering to PDF.
Any ideas how I could merge the rendering when running a VB script?
Many thanks, Stephen