I am working with WinForms, using C# and .Net 3.5:
I have ReportViewer exporting to PDF and Excel. However I do not want the user modifing the Excel file after it has been exported. Does anyone know how to cause the basic functionality of the export to excel to lock the file down or to export it as an image into Excel?
I have read This Stackoverflow post however can't figure out how to force a readonly state.