Class ExportToPdfOptions
Event Data Class of GridCellExportToPdfHandler
Inheritance
System.Object
ExportToPdfOptions
Namespace: Syncfusion.Windows.Controls.Grid.Converter
Assembly: Syncfusion.GridConverter.Wpf.dll
Syntax
public class ExportToPdfOptions : Object
Constructors
ExportToPdfOptions()
Declaration
public ExportToPdfOptions()
Fields
ExcludeColumns
Declaration
public List<string> ExcludeColumns
Field Value
Type |
---|
System.Collections.Generic.List<System.String> |
Properties
AutoColumnWidth
Determines whether the column widths should copied from Grid or Automatically set by the PdfGrid based on the cell Value.
Declaration
public bool AutoColumnWidth { get; set; }
Property Value
Type |
---|
System.Boolean |
ExportAddNewRow
Determines whether the method should export AddNewRow or Not, Applicable for GridDataControl Only.
Declaration
public bool ExportAddNewRow { get; set; }
Property Value
Type |
---|
System.Boolean |
ExportFilterBar
Determines whether the method should export FiletrBar or Not, Applicable for GridDataControl Only.
Declaration
public bool ExportFilterBar { get; set; }
Property Value
Type |
---|
System.Boolean |
ExportNestedGrid
Determines whether the NestedGrid should be exported or Not.
Declaration
public bool ExportNestedGrid { get; set; }
Property Value
Type |
---|
System.Boolean |
ExportStyles
Determines whether the styles should be exported or not.
Declaration
public bool ExportStyles { get; set; }
Property Value
Type |
---|
System.Boolean |
IncludeHeaders
Determines whether the headers should be exported or not.
Declaration
public bool IncludeHeaders { get; set; }
Property Value
Type |
---|
System.Boolean |
PdfExportHandler
Gets or Sets the delegate handler of type GridCellExportToPdfHandler.
Declaration
public GridCellExportToPdfHandler PdfExportHandler { get; set; }
Property Value
Type |
---|
GridCellExportToPdfHandler |
RepeatHeaders
Determines whether the headers shoule be exported to all pdf pages or not.
Declaration
public bool RepeatHeaders { get; set; }
Property Value
Type |
---|
System.Boolean |