Class CsvExportOptions

Indicates configuration for exporting a dashboard

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

Constructors

CsvExportOptions()

Creates a new CsvExportOptions instance with formatted values enabled by default.

Declaration
public CsvExportOptions()

CsvExportOptions(IExportOptions)

Creates a new CsvExportOptions by copying settings from an existing IExportOptions instance.

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

The source options to copy from.

Properties

UseFormattedValues

Indicates whether to use formatted values for CSV export.

Declaration
public bool UseFormattedValues { get; set; }
Property Value
Type Description
System.Boolean

Implements

IExportOptions