Hi,
I have a web application that generates a report and sends it to the browser.
Everything works fine when I export as PDF, but when I try to export as DOCX, it returns an error:
'Object reference not set to an instance of an object.'.
I guess I'm missing something then.
My project has the following Telerik DLL's in the BIN folder:
I've included a screenshot of the code that errors.
I have a web application that generates a report and sends it to the browser.
Everything works fine when I export as PDF, but when I try to export as DOCX, it returns an error:
'Object reference not set to an instance of an object.'.
I guess I'm missing something then.
My project has the following Telerik DLL's in the BIN folder:
- DocumentFormat.OpenXml.dll
- Telerik.Reporting.dll
- Telerik.Reporting.OpenXmlRendering.dll
I've included a screenshot of the code that errors.