Skip to content

Commit 1efa267

Browse files
Merge pull request #520 from syncfusion-content/SEO-18702-ASP.NET-MVC-Gantt-Exporting-Description-too-long
SEO-18702-ASP.NET-Gantt-Exporting-Description-too-long
2 parents 415219e + b2b5d0a commit 1efa267

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet/Gantt/Exporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Exporting| Gantt | ASP.NET | Syncfusion
4-
description: exporting
3+
title: Exporting in ASP.NET Web Forms Gantt Control | Syncfusion
4+
description: Learn here all about exporting support in Syncfusion Essential ASP.NET Web Forms Gantt Control, its elements, and more.
55
platform: aspnet
66
control: Gantt
77
documentation: ug
88
---
9-
# Export
9+
# Exporting in ASP.NET Web Forms Gantt Control
1010

1111
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.
1212

@@ -56,7 +56,7 @@ The below code snippet explains the above behavior,
5656
{% endtabs %}
5757

5858
The below screen shot shows Gantt with excel and PDF exporting enabled.
59-
![](Export_images/Export_img1.png)
59+
![Exporting in ASP.NET Web Forms Gantt Control.](Export_images/Export_img1.png)
6060

6161
## Server dependencies
6262
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

0 commit comments

Comments
 (0)