ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfExport - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfExport

    Inheritance
    System.Object
    PdfExport
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class PdfExport

    Constructors

    PdfExport()

    Declaration
    public PdfExport()

    Properties

    SourceType

    Declaration
    public Type SourceType { get; set; }
    Property Value
    Type Description
    System.Type

    Methods

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, PdfDocument, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, PdfDocument document, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    PdfDocument document
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String, PdfDocument, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName, PdfDocument document, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName
    PdfDocument document
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String, String)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName, string filePath)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName
    System.String filePath

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String, String, PdfDocument, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName, string filePath, PdfDocument document, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName
    System.String filePath
    PdfDocument document
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GanttProperties, IEnumerable, GanttPdfExportSettings, String, String, Boolean)

    Declaration
    public PdfDocument Export(GanttProperties ganttModel, IEnumerable datasource, GanttPdfExportSettings settings, string fileName, string filePath, bool exportToFile)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable datasource
    GanttPdfExportSettings settings
    System.String fileName
    System.String filePath
    System.Boolean exportToFile
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName

    Export(GridProperties, IEnumerable, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean unicode

    Export(GridProperties, IEnumerable, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    System.Boolean unicode
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool unicode, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, PdfDocument, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool unicode, bool multipleExport, PdfDocument document, string headerText, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    System.Boolean unicode
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme
    System.Boolean isAutoFit

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, ExportTheme, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    System.String theme

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, string theme, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    System.String theme
    System.Boolean isAutoFit

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    System.Boolean unicode
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool unicode, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, Boolean, PdfDocument, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool unicode, bool multipleExport, PdfDocument document, string headerText, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    System.Boolean unicode
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode

    Export(GridProperties, IEnumerable, String, Boolean, Boolean, String, Boolean, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(GridProperties, Object, GridPdfExport)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, GridPdfExport pdfExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    GridPdfExport pdfExport

    Export(GridProperties, Object, Boolean, GridPdfExport)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, bool multipleExport, GridPdfExport pdfExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.Boolean multipleExport
    GridPdfExport pdfExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, Boolean, PdfDocument, GridPdfExport)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, bool multipleExport, PdfDocument document, GridPdfExport pdfExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.Boolean multipleExport
    PdfDocument document
    GridPdfExport pdfExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName

    Export(GridProperties, Object, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean unicode

    Export(GridProperties, Object, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    System.Boolean unicode
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool unicode, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, PdfDocument, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool unicode, bool multipleExport, PdfDocument document, string headerText, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    System.Boolean unicode
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode

    Export(GridProperties, Object, String, Boolean, Boolean, ExportTheme, Boolean, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(GridProperties, Object, String, Boolean, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme

    Export(GridProperties, Object, String, Boolean, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme
    System.Boolean isAutoFit

    Export(GridProperties, Object, String, Boolean, Boolean, Boolean, ExportTheme, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, ExportTheme theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, Object, String, Boolean, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    System.String theme

    Export(GridProperties, Object, String, Boolean, Boolean, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, bool unicode, string theme, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.Boolean unicode
    System.String theme
    System.Boolean isAutoFit

    Export(GridProperties, Object, String, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    System.Boolean unicode
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, Boolean, PdfDocument, String)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool unicode, bool multipleExport, PdfDocument document, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, Boolean, PdfDocument, String, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool unicode, bool multipleExport, PdfDocument document, string headerText, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean unicode
    System.Boolean multipleExport
    PdfDocument document
    System.String headerText
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, Boolean, Boolean)

    Declaration
    public PdfDocument Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    System.Boolean unicode
    System.Boolean isAutoFit
    Returns
    Type Description
    PdfDocument

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, String, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool unicode)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode

    Export(GridProperties, Object, String, Boolean, Boolean, String, Boolean, String, Boolean, Boolean)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string fileName, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath, bool unicode, bool isAutoFit)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String fileName
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath
    System.Boolean unicode
    System.Boolean isAutoFit

    Export(ScheduleProperties, Object)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, PdfPageSettings)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, String)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, string locale)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    System.String locale
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, String, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, string locale, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    System.String locale
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, String, PdfPageSettings)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, string locale, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    System.String locale
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, ExportTheme, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, ExportTheme theme, string locale, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    ExportTheme theme
    System.String locale
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, PdfPageSettings)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, PdfPageSettings, String, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, PdfPageSettings pdfPageSettings, string locale, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    PdfPageSettings pdfPageSettings
    System.String locale
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, PdfPageSettings)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, String)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, string locale)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    System.String locale
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, String, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, string locale, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    System.String locale
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, String, PdfPageSettings)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, string locale, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    System.String locale
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(ScheduleProperties, Object, String, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    public PdfDocument Export(ScheduleProperties scheduleModel, object appointments, string theme, string locale, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    ScheduleProperties scheduleModel
    System.Object appointments
    System.String theme
    System.String locale
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings)

    Declaration
    public void Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, PdfDocument, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, PdfDocument document, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    PdfDocument document
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String)

    Declaration
    public void Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String, PdfDocument, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName, PdfDocument document, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName
    PdfDocument document
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String, String)

    Declaration
    public void Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName, string filePath)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName
    System.String filePath

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String, String, PdfDocument, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName, string filePath, PdfDocument document, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName
    System.String filePath
    PdfDocument document
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, String, String, Boolean, String)

    Declaration
    public PdfDocument Export(TreeGridProperties treegridModel, IEnumerable datasource, TreeGridExportSettings settings, string fileName, string filePath, bool exportToFile, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridModel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.String fileName
    System.String filePath
    System.Boolean exportToFile
    System.String headerText
    Returns
    Type Description
    PdfDocument

    Export(String, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfDocumentTemplate, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfDocumentTemplate pdfDocumentTemplate, string theme)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfDocumentTemplate pdfDocumentTemplate
    System.String theme
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageOrientation)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageOrientation pageOrientation)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageOrientation pageOrientation
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageOrientation, String, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageOrientation orientation, string theme, string locale)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageOrientation orientation
    System.String theme
    System.String locale
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageSettings)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageSettings, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageSettings pdfPageSettings, string theme)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageSettings pdfPageSettings
    System.String theme
    Returns
    Type Description
    PdfDocument

    Export(String, String, PdfPageSettings, String, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, PdfPageSettings pdfPageSettings, string locale, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    PdfPageSettings pdfPageSettings
    System.String locale
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, PdfPageOrientation)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, PdfPageOrientation orientation)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    PdfPageOrientation orientation
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, PdfPageSettings)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, String)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, string locale)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    System.String locale
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, String, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, string locale, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    System.String locale
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, String, PdfPageSettings)

    Declaration
    [Obsolete("Export method now accepts the parameter of type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, string locale, PdfPageSettings pdfPageSettings)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    System.String locale
    PdfPageSettings pdfPageSettings
    Returns
    Type Description
    PdfDocument

    Export(String, String, String, String, PdfPageSettings, PdfDocumentTemplate)

    Declaration
    [Obsolete("Export method now accepts the parameter type ScheduleProperties for model and Object for Appointments, whereas passing String type parameter has been deprecated. Use the ScheduleProperties type for model and object type for appointments parameter.")]
    public PdfDocument Export(string scheduleModel, string appointments, string theme, string locale, PdfPageSettings pdfPageSettings, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    System.String scheduleModel
    System.String appointments
    System.String theme
    System.String locale
    PdfPageSettings pdfPageSettings
    PdfDocumentTemplate pdfDocumentTemplate
    Returns
    Type Description
    PdfDocument

    ExportAll(Dictionary<String, String>, Dictionary<String, Object>, String, String)

    Declaration
    public void ExportAll(Dictionary<string, string> model, Dictionary<string, object> dataSource, string filename, string theme)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> model
    System.Collections.Generic.Dictionary<System.String, System.Object> dataSource
    System.String filename
    System.String theme
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved