ReportSchedule
Defines a Scheduled Report - used in Schedule Module (where State is stored)
TypeScript
export interface ReportSchedule extendsExtends
BaseSchedule
Properties
| Property | Description |
|---|---|
| ExportDestination | Destination of Report to run on Schedule |
| ReportFormat | Format of Report to run on Schedule |
| ReportName | Name of Report to run on Schedule |
Property Details
ExportDestination
Destination of Report to run on Schedule
TypeScript
ExportDestination?: ExportDestinationType;Property Value
ReportFormat
Format of Report to run on Schedule
TypeScript
ReportFormat: ReportFormatType;Property Value
ReportName
Name of Report to run on Schedule
TypeScript
ReportName: string;Property Value
string