menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttMappersBuilder

    Show / Hide Table of Contents

    Class GanttMappersBuilder

    Inheritance
    System.Object
    GanttMappersBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GanttMappersBuilder

    Constructors

    GanttMappersBuilder(GanttProperties)

    It sets the method name for handling PDF and excel export

    Declaration
    public GanttMappersBuilder(GanttProperties property)
    Parameters
    Type Name Description
    GanttProperties property

    It accepts GanttProperties and set the method name for handling export

    Methods

    ExportToExcelAction(String)

    It sets the method name for handling Excel export

    Declaration
    public GanttMappersBuilder ExportToExcelAction(string action)
    Parameters
    Type Name Description
    System.String action

    It accepts the string value and set the method name to handle the excel export

    Returns
    Type Description
    GanttMappersBuilder

    GanttMappersBuilder

    ExportToPdfAction(String)

    It sets the method name for handling PDF export

    Declaration
    public GanttMappersBuilder ExportToPdfAction(string action)
    Parameters
    Type Name Description
    System.String action

    It accepts the string value and set the method name to handle the PDF export

    Returns
    Type Description
    GanttMappersBuilder

    GanttMappersBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved