Class ExportOptions
Indicates configuration for exporting a dashboard
Inheritance
System.Object
ExportOptions
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public abstract class ExportOptions : Object, IExportOptions
Constructors
ExportOptions()
Declaration
ExportOptions(IExportOptions)
Declaration
public ExportOptions(IExportOptions options)
Parameters
Properties
DateFilter
Declaration
public RVDateDashboardFilter DateFilter { get; set; }
Property Value
Filters
Declaration
public List<RVDashboardFilter> Filters { get; set; }
Property Value
Declaration
public bool IncludeFiltersSummaryPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
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
Implements