I am currently exporting reports programmatically to pdf and recently have come up with a requirement where we need to export only a single or defined range of pages and not the entire report to the output pdf file. Is there anyway programmatically to only export 1 page or a range of pages ?
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 21 Apr 2009, 01:18 PM
Hello Kenneth,
Generally you are able to do this with the help of the Image Rendering device information settings and more specifically the StartPage and EndPage parameters. However this functionality is currently broken and added in our bug tracking system for fixing, so the short answer is no, you cannot do that out of the box. If however your requirement is based on filtered information, you can probably use the approach from this code library: Generate multiple files based on filtering criteria