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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RecurrenceRule Class
RecurrenceRule Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum