ActiveReports 12 Server User Guide
ByOccurrenceList Property

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > RecurrenceRule Class : ByOccurrenceList Property
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.
Syntax
'Declaration
 
Public Property ByOccurrenceList As Integer()
public int[] ByOccurrenceList {get; set;}

Property Value

The list of values which corresponds to the nth occurrence within the set of events specified by the rule.
Example
"The last work day of the month" could be represented as MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1.
See Also

Reference

RecurrenceRule Class
RecurrenceRule Members