Easiest way to export Gantt chart to pdf using c#
How can i export Gantt chart into pdf ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ashish sajwanPosted Dec 27, 2013, 5:33 AM
Dhirendra MisraPosted Dec 27, 2013, 4:39 AM
Please have a look into following document. It might be helpful to you.
http://www.kennware.com/Documents/GanttExampleReadme.pdf
and related example can be downloaded from
http://www.kennware.com/GanttExample.aspx
Good Luck.
ashish sajwanPosted Dec 27, 2013, 3:42 AM
Dhirendra MisraPosted Dec 27, 2013, 3:32 AM
Answer to your question depends on requirements of the project, tools being used in the project (open source or paid).
You can use "Infragistics4.Documents.Reports.v12.2" to your project to create chart and export it to pdf.
Find details on the following links:
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/HTML/Chart_Exporting_Numerous_Charts_to_a_PDF.html
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/HTML/Chart_Export_to_PDF.html
Thanks
Subhendu DePosted Dec 27, 2013, 2:14 AM
You can use SQL Server Reporting Service to create gantt chart and use export to pdf feature.