Adaptable State Section for Export Module

TypeScript
export interface ExportState extends
Extends

BaseState

Properties

PropertyDescription
CurrentFormatSelected Report Format - in Export Toolbar & Tool Panel
CurrentReportSelected Report Type - in Export Toolbar & Tool Panel
ReportsUser-created Reports; each has Name and Row and Column Scope

Property Details

CurrentFormat

Selected Report Format - in Export Toolbar & Tool Panel

TypeScript
CurrentFormat?: ReportFormatType;
Property Value

ReportFormatType

CurrentReport

Selected Report Type - in Export Toolbar & Tool Panel

TypeScript
CurrentReport?: ReportNameType;
Property Value

ReportNameType

Reports

User-created Reports; each has Name and Row and Column Scope

TypeScript
Reports?: Report[];
Property Value

Report[]