search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

how

Related article: Gantt Chart Tutorial (ASP.NET, SQL Server, C#, VB.NET)
Asked by fupon
7 years ago.

how to create export pdf and PNG to gantt chart

Answer posted by Dan Letecky [DayPilot]
7 years ago.

The Gantt chart in this tutorial is based on the Scheduler control (it's the Scheduler controls switch to Gantt using ViewType="Gantt").

See also:
http://doc.daypilot.org/scheduler/gantt-chart/

That means you can export the Scheduler to PNG using Export() method:
http://doc.daypilot.org/scheduler/server-side-image-export-png-jpg/

You can also export it to PDF:
http://code.daypilot.org/52371/gantt-chart-pdf-export-asp-net-c-vb-net

Comment posted by Anonymous
7 years ago.

How do you export the Gantt control?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.