diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 3a73f54d..342867e8 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,12 +1,12 @@ --- layout: post -title: Exporting| Gantt | ASP.NET | Syncfusion -description: exporting +title: Exporting in ASP.NET Web Forms Gantt Control | Syncfusion +description: Learn here all about exporting support in Syncfusion Essential ASP.NET Web Forms Gantt Control, its elements, and more. platform: aspnet control: Gantt documentation: ug --- -# Export +# Exporting in ASP.NET Web Forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![](Export_images/Export_img1.png) +![Exporting in ASP.NET Web Forms Gantt Control.](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows