I have several reports (.rdlc files) in the project. I need to generate PDF files from these reports, but I need PDF version 1.4 or higher.
Currently I am using the report.Render method to generate a PDF, but the version generated is 1.3. As far as I can tell there is no option to generate a newer version.
Environment: Visual Studio 2010 Windows Forms Application C# .NET Framework 4 Report Viewer 2010