This is a migrated thread and some comments may be shown as answers.

No export formats in web viewer

3 Answers 136 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Adam Anderson
Top achievements
Rank 1
Adam Anderson asked on 29 Apr 2007, 10:21 PM
The only item in the web report viewer's list of export formats is the one that says "select export format". How do I get the others to appear?

3 Answers, 1 is accepted

Sort by
0
Nick Devore
Top achievements
Rank 2
answered on 30 Apr 2007, 02:45 PM
Adam,

I had the same problem, but it showed up at some point during my development.  Due to something else I was working on, I added the assembly Telerik.Reporting.ImageRendering and I *think* that is what made it show up because the docs say that in order to use the Render function, you have to have that assembly referenced.
0
ernie racer
Top achievements
Rank 1
answered on 01 May 2007, 03:15 AM
I added the assembly Telerik.Reporting.ImageRendering and I *think* that is what made it show up

you are completely right on that.

daniel
0
surfer
Top achievements
Rank 1
answered on 01 May 2007, 11:47 PM
If you are using a Web Site project (not Web Project in VS 2005 SP1), then
 you may need to manually specify the folder in which the "PDF" rendering extension is located using this code line:
    Telerik.Reporting.Processing.ReportProcessor.ExtensionDir = HttpContext.Current.Server.MapPath("~/bin");

Also, make sure that Telerik.Reporting.ImageRendering.dll resides in the Bin folder of the application.

Tags
General Discussions
Asked by
Adam Anderson
Top achievements
Rank 1
Answers by
Nick Devore
Top achievements
Rank 2
ernie racer
Top achievements
Rank 1
surfer
Top achievements
Rank 1
Share this question
or