Page 1 of 1

export multiple report pages into one png file

Posted: Wed Sep 19, 2012 1:59 pm
by Demo_S
Hello everybody.
Is there any way to export several pages into 1 png file.
i tried different ways (setting pageRange to "all", "1-2", "1,2", StiPagesRange.All, but in any case i got only 1 report page in png.

Re: export multiple report pages into one png file

Posted: Wed Sep 19, 2012 2:00 pm
by Demo_S
same for jpeg, gif.
however tiff works fine, saving 2 pages

Re: export multiple report pages into one png file

Posted: Fri Sep 21, 2012 12:36 pm
by HighAley
Hello.

Unfortunately, all report couldn't be exported in the one image because image could cause an Out of memory exception.
But if you have only 2 pages in your report then you could set the Unlimited Height property of the Page to True.

Thank you.