From 05832cfde890fca4e03662f5d7d963e31d9c99f0 Mon Sep 17 00:00:00 2001 From: ashaamir Date: Wed, 3 Jul 2024 14:37:51 +0300 Subject: [PATCH 1/2] SEO-184196-GANTT-EXPORT-DESCRIPTION-TOO-LONG --- aspnet/Gantt/Exporting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 3a73f54d1..158a1c08c 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 +description: Learn here all about exporting in Syncfusion Essential ASP.NET WebForms Gantt control, its elements, and more. platform: aspnet control: Gantt documentation: ug --- -# Export +# Export in ASP.NET WebForms 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. From 2aca39ac5a90bcc098cfccbe3110b692171a25f4 Mon Sep 17 00:00:00 2001 From: ashaamir Date: Tue, 9 Jul 2024 12:08:40 +0300 Subject: [PATCH 2/2] commit --- aspnet/Gantt/Exporting.md | 2 +- .../aspnet-webforms-gantt-export.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename aspnet/Gantt/{Export_images/Export_img1.png => export_images/aspnet-webforms-gantt-export.png} (100%) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 158a1c08c..47cbef086 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -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) +![Export in ASP.NET WebForms Gantt](export_images/aspnet-webforms-gantt-export.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 diff --git a/aspnet/Gantt/Export_images/Export_img1.png b/aspnet/Gantt/export_images/aspnet-webforms-gantt-export.png similarity index 100% rename from aspnet/Gantt/Export_images/Export_img1.png rename to aspnet/Gantt/export_images/aspnet-webforms-gantt-export.png