10180 : I have a need to put a Gant chart in a report generated by SQL Server Reporting Services.

Question

I have a need to put a Gant chart in a report generated by SQL Server Reporting Services.

Can I do this with your controls and will I have to write code around it or can I latch it directly onto a view in the database?

Answer

You will need to write some code to define the datasources and the presentation settings.  You also need to wite some code to produce the printout, controlling the printed view, page breaks and any additional header and footer you might want in there…

There are samples decsribing all of these things both in c# and VB.NET in the general download

Leave a Reply