Class ExportOptions

Indicates configuration for exporting a dashboard

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

Constructors

ExportOptions()

Declaration
public ExportOptions()

ExportOptions(IExportOptions)

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

Properties

DateFilter

Declaration
public RVDateDashboardFilter DateFilter { get; set; }
Property Value
Type Description
RVDateDashboardFilter

Filters

Declaration
public List<RVDashboardFilter> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RVDashboardFilter>

MaxCacheAge

Declaration
public Nullable<TimeSpan> MaxCacheAge { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>

MaxCells

Declaration
public int MaxCells { get; set; }
Property Value
Type Description
System.Int32

Theme

Declaration
public IDashboardTheme Theme { get; set; }
Property Value
Type Description
IDashboardTheme

Timeout

Declaration
public int Timeout { get; set; }
Property Value
Type Description
System.Int32

TimeZone

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

UseNewCharts

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

UserLanguage

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

Visualizations

Declaration
public List<VisualizationExport> Visualizations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<VisualizationExport>

Implements

IExportOptions