Skip to content

Commit a138427

Browse files
committed
Comment resolved
1 parent 6ef3f29 commit a138427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnet/Gantt/Exporting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform: aspnet
66
control: Gantt
77
documentation: ug
88
---
9-
# Exporting in ASP.NET Web Forms Gantt Control.
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-
![Exporting in ASP.NET Web Forms Gantt Control](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)