Class ExcelExportOptions

Indicates configuration for exporting a dashboard

Inheritance
System.Object
ExcelExportOptions
Implements
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class ExcelExportOptions : ExportOptions, IExportOptions, IExcelExportOptions

Constructors

ExcelExportOptions()

Declaration
public ExcelExportOptions()

ExcelExportOptions(IExportOptions)

Declaration
public ExcelExportOptions(IExportOptions options)
Parameters
Type Name Description
IExportOptions options

Properties

CreatedBy

Declaration
public string CreatedBy { get; set; }
Property Value
Type Description
System.String

ExcelVisualization

Declaration
public ExportExcelVisualization ExcelVisualization { get; set; }
Property Value
Type Description
ExportExcelVisualization
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

Declaration
public ExcelVisualizationMode VisualizationMode { get; set; }
Property Value
Type Description
ExcelVisualizationMode

Implements

IExportOptions
IExcelExportOptions