ActiveReports 12 Server User Guide
RecurrenceRule Class Members
Properties  Methods 


ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : RecurrenceRule Class

The following tables list the members exposed by RecurrenceRule.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the RecurrenceRule class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the by day list. Repeats are ignored.  
Public PropertyGets or sets the by hour list. Repeats are ignored.  
Public PropertyGets or sets the by minute list. Repeats are ignored.  
Public PropertyGets or sets the by month day list. Repeats are ignored.  
Public PropertyGets or sets the by month list. Repeats are ignored.  
Public PropertyGets 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.  
Public PropertyGets or sets the by second list. Repeats are ignored.  
Public PropertyGets or sets the by year week list. Repeats are ignored.  
Public PropertyGets or sets the by year day list. Repeats are ignored.  
Public PropertyGets or sets the frequency. Required.  
Public PropertyGets or sets the interval defining how often the recurrence rule repeats. Default is 1.  
Public PropertyGets 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.  
Public PropertyGets or sets the value indicating when this rule is terminated. If null the rule longs forever.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Indicates whether the current object is equal to another object of the same type.  
Public MethodServes as a hash function for a particular type.  
Top
Public Operators
Implements the operator ==.
Implements the operator !=.
Top
See Also

Reference

RecurrenceRule Class
ActiveReports.Server.Scheduling Namespace