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

How to generate pdf

2 Answers 322 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 18 Sep 2007, 02:27 AM
When building the simple Northwind.Customers table report in a web site, the "Export" button is dimmed and the drop down list: "Select export format" has no entries? 

How do we add support for generating the pdf and have the Export list include pdf?

2 Answers, 1 is accepted

Sort by
0
Vassil Petev
Telerik team
answered on 18 Sep 2007, 08:41 AM
Hi William,

To export to PDF you will need the respective assembly to be included in the project. To enable exporting to different formats just add:
  • Telerik.Reporting.ImageRendering.dll - for PDF and TIFF formats.
  • Telerik.Reporting.HtmlRendering.dll - for MHTML(Web Archive) format.
For more information on the topic, please review Deploying Telerik Reporting and Exporting a report to PDF programmatically KB articles.

Let us know if we can be of further assistance.


Regards,
Rob
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
William
Top achievements
Rank 1
answered on 18 Sep 2007, 09:01 PM
Copied Telerik.Reporting.ImageRendering.dll
to bin directory in project.

Now it works fine.
Thank You!
Tags
General Discussions
Asked by
William
Top achievements
Rank 1
Answers by
Vassil Petev
Telerik team
William
Top achievements
Rank 1
Share this question
or