Interface IExportOptions

Indicates configuration for exporting a dashboard

Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IExportOptions

Properties

DateFilter

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

Filters

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

MaxCacheAge

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

MaxCells

Max cells returned when getting dashboard data

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

Theme

Theme object to indicate export used colors

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

Timeout

Timeout in seconds for exporting a dashboard

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

TimeZone

Timezone in IANA format

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

UseNewCharts

Indicates is new chart must be used

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

UserLanguage

User language

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

Visualizations

List of visualizations that will be exported. Is this collection is empty all visualizations are exported

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