Saving a report into PDF format programmatically
|
Article relates to
|
Telerik Reporting
|
|
Created by
|
Trayko, Telerik
|
|
Last modified
|
June 29, 2009
|
|
Last modified by
|
Steve, Telerik
|
HOW-TO
Save a report into PDF format programmatically
SOLUTION
To save a report in PDF you have to use
FileStream and write the bytes of the rendered report in it. Here is an example:
C#
VB.NET
The function is called in the following way:
SaveReport(new MyReport(), @"C:\MyReport.pdf");
Comments
-
Jose Ferreira Lima Filho ,
Jun 30, 2008
very good article
If you'd like to comment on this KB
article, please, send us a
Support Ticket.
Thank you!
Please
Sign In
to rate this article.