Defines a Scheduled Report - used in Schedule Module (where State is stored)

TypeScript
export interface ReportSchedule extends
Extends

BaseSchedule

Properties

PropertyDescription
ExportDestinationDestination of Report to run on Schedule
ReportFormatFormat of Report to run on Schedule
ReportNameName of Report to run on Schedule

Property Details

ExportDestination

Destination of Report to run on Schedule

TypeScript
ExportDestination?: ExportDestinationType;
Property Value

ExportDestinationType

ReportFormat

Format of Report to run on Schedule

TypeScript
ReportFormat: ReportFormatType;
Property Value

ReportFormatType

ReportName

Name of Report to run on Schedule

TypeScript
ReportName: string;
Property Value

string