ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts.Policy.Scheduling Namespace : RecurrenceRule Class |
The following tables list the members exposed by RecurrenceRule.
Name | Description | |
---|---|---|
RecurrenceRule Constructor |
Name | Description | |
---|---|---|
ByDayList | Gets or sets the by day list. Repeats are ignored. | |
ByHourList | Gets or sets the by hour list. Repeats are ignored. | |
ByMinuteList | Gets or sets the by minute list. Repeats are ignored. | |
ByMonthDayList | Gets or sets the by month day list. Repeats are ignored. | |
ByMonthList | Gets or sets the by month list. Repeats are ignored. | |
ByOccurrenceList | Gets or sets the list of values which corresponds to the nth occurrence within the set of events specified by the rule. It MUST only be used in conjunction with another BYxxx rule part. Repeats are ignored. | |
BySecondList | Gets or sets the by second list. Repeats are ignored. | |
ByWeekList | Gets or sets the by year week list. Repeats are ignored. | |
ByYearDayList | Gets or sets the by year day list. Repeats are ignored. | |
Frequency | Gets or sets the frequency. Required. | |
Interval | Gets or sets the interval defining how often the recurrence rule repeats. Default is 1. | |
StartDayOfWeek | Gets or sets the start day of week. This is significant when a WEEKLY RRULE has an interval greater than 1, and a BYDAY rule part is specified. This is also significant when in a YEARLY RRULE when a BYWEEKNO rule part is specified. The default value is MO. | |
Termination | Gets or sets the value indicating when this rule is terminated. If null the rule longs forever. |