ActiveReports 9 Server
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum