After my report is generated I am only able to export the report to .tiff format. Please help.
Cheerz
1 Answer, 1 is accepted
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