Exago .NET API Documentation
SetRecurrencePatternDaily Method
WebReports.Api.Scheduler Namespace > ReportScheduler Class : SetRecurrencePatternDaily Method
ReportScheduleInfo to be edited
Boolean determining the type of Daily Pattern the report will be executed on
The number of days inbetween executions of the job
Change an existing schedule (provided via a ReportScheduleInfo object) to a Daily recurrence pattern.
Syntax
public ReportScheduleInfoDaily SetRecurrencePatternDaily( 
   ReportScheduleInfo scheduleInfo,
   System.bool isEveryNDays,
   System.int everyNDays
)

Parameters

scheduleInfo
ReportScheduleInfo to be edited
isEveryNDays
Boolean determining the type of Daily Pattern the report will be executed on
everyNDays
The number of days inbetween executions of the job

Return Value

ReportScheduleInfoDaily Modified ReportScheduleInfo with the Recurrence pattern set to Daily
See Also

Reference

ReportScheduler Class
ReportScheduler Members