Class ExcelExportOptions
Defines additional configuration for Excel export.
Inheritance
System.Object
ExcelExportOptions
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class ExcelExportOptions : ExportOptions, IExportOptions, IExcelExportOptions
Constructors
ExcelExportOptions()
Creates a new ExcelExportOptions instance with Include as the default mode.
Declaration
public ExcelExportOptions()
ExcelExportOptions(IExportOptions)
Creates a new ExcelExportOptions by copying settings from an existing IExportOptions instance.
Declaration
public ExcelExportOptions(IExportOptions options)
Parameters
| Type |
Name |
Description |
| IExportOptions |
options |
The source options to copy from.
|
Properties
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ExcelVisualization
Declaration
public ExportExcelVisualization ExcelVisualization { get; set; }
Property Value
Logo
Declaration
public byte[] Logo { get; set; }
Property Value
| Type |
Description |
| System.Byte[] |
|
PoweredBy
Declaration
public string PoweredBy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
VisualizationMode
Controls how visualizations are included in the Excel export.
Declaration
public ExcelVisualizationMode VisualizationMode { get; set; }
Property Value
Implements