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

Missing Export Formats in Winforms

1 Answer 125 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stuart
Top achievements
Rank 1
Stuart asked on 08 May 2007, 01:41 PM
Hi

After my report is generated I am only able to export the report to .tiff format. Please help.

Cheerz

1 Answer, 1 is accepted

Sort by
0
Svetoslav
Telerik team
answered on 09 May 2007, 08:11 AM
Hi Stuart Calder,

The rendering/export formats are pluggable to the reporting engine. The engine looks for rendering extensions in all available assemblies that are placed in the same folder as the Telerik.Reporting.Processing.dll. Beside this both viewers come by default with the corresponding renderers they need. This is the ImageRendering for the Win viewer and the HtmlRendeing for the web viewer.

The most possible reason for your problem is that you do not have the rest of the rendering assemblies in your project. The easiest way to do this is to add reference to these assemblies. You can find them under the Telerik Reporting's Bin folder (by default C:\Program Files\Telerik\Reporting1.0\bin).

The available rendering extensions at this time are:
  • Telerik.Reporting.ImageRendering.dll - Image (BMP, GIF, JPEG, TIFF, EMF); PDF
  • Telerik.Reporting.HtmlRendering.dll - HTML; MHTML

Kind regards,
Svetoslav
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Stuart
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Share this question
or