Interface IExportOptions
Indicates configuration for exporting a dashboard
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IExportOptions
Properties
DateFilter
Declaration
RVDateDashboardFilter DateFilter { get; set; }
Property Value
Filters
Declaration
List<RVDashboardFilter> Filters { get; set; }
Property Value
Declaration
bool IncludeFiltersSummaryPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Timeout
Timeout in seconds for exporting a dashboard
Declaration
int Timeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TimeZone
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
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