Class ExportSettings
Class for ExportSettings.
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.Models.ReportViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class ExportSettings : EJTagHelper
Constructors
ExportSettings()
Declaration
public ExportSettings()
Properties
CustomItems
Add the custom items in export options.
Declaration
[JsonProperty("customItems")]
public List<CustomExportItem> CustomItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomExportItem> | The customItems. |
ExcelFormat
Specifies the excel export format.
Declaration
[JsonProperty("excelFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public ExcelFormats ExcelFormat { get; set; }
Property Value
Type | Description |
---|---|
ExcelFormats | The excel version. |
ExportOptions
Specifies the export options.
Declaration
[JsonProperty("exportOptions")]
[JsonConverter(typeof(StringEnumConverter))]
public ExportOptions ExportOptions { get; set; }
Property Value
Type | Description |
---|---|
ExportOptions | The export options. |
PPTFormat
Specifies the ppt export format.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("pptFormat")]
public PPTFormats PPTFormat { get; set; }
Property Value
Type | Description |
---|---|
PPTFormats | The type of the ppt format. |
WordFormat
Specifies the word export format.
Declaration
[JsonProperty("wordFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public WordFormats WordFormat { get; set; }
Property Value
Type | Description |
---|---|
WordFormats | The type of the word format. |