ExportState
Adaptable State Section for Export Module
TypeScript
export interface ExportState extendsExtends
Properties
| Property | Description |
|---|---|
| CurrentFormat | Selected Report Format - in Export Toolbar & Tool Panel |
| CurrentReport | Selected Report Type - in Export Toolbar & Tool Panel |
| Reports | User-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
CurrentReport
Selected Report Type - in Export Toolbar & Tool Panel
TypeScript
CurrentReport?: ReportNameType;Property Value
Reports
User-created Reports; each has Name and Row and Column Scope
TypeScript
Reports?: Report[];Property Value
Report[]