public enum wrSchedulerJobType : System.Enum
public enum wrSchedulerJobType : System.Enum
Member | Value | Description |
---|---|---|
Batch | 1 | This job is a batch schedule. Batch scheduling allows personalized versions of reports to be sent to a list of email addresses. The addresses must be defined in a data object, the unique key of which is used as a blanket filter for the report. Each recipient receives a customized version, filtered by their unique key. |
Cache | 2 | This job is an Execution Cache. Execution Caching allows the data from a report execution to be saved so that reports can be viewed more quickly and with less stress to the data source. |
Report | 0 | This job is a typical scheduled report execution, that is not a batch or an execution cache. |
System.Object
System.ValueType
System.Enum
WebReports.Api.wrSchedulerJobType