Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-184196-GANTT-EXPORT-DESCRIPTION-TOO-LONG #509

Open
wants to merge 2 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnet/Gantt/Exporting.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down