Hi
I'm going through the documentation and cannot find the assembly in 1.2 below.
Where can I find this assembly???
To create a PDF and open it directly within a webform, use the ReportProcessor object to create a stream of bytes and write those bytes to the ASP.NET Response object.
- In your web application, verify you have the following assemblies referenced and add them if you do not:
- Telerik.Reporting
- Telerik.Reporting.ImageRendering
- Telerik.Reporting.Processing
- Add the ExportToPDF() method (see code example below) to your application.
- Call the ExportToPDF() method. For example you might call this within a button click event handler for a "Run" button: