ActiveReports 12 Server User Guide
Frequency Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : Frequency Enumeration
Specifies the frequency for the associated recurrence rule.
Syntax
'Declaration
 
Public Enum Frequency 
   Inherits System.Enum
public enum Frequency : System.Enum 
Members
MemberDescription
DailyIndicates that events occur daily.
HourlyIndicates that events occur hourly.
MinutelyIndicates that events occur minutely.
MonthlyIndicates that events occur monthly.
SecondlyIndicates that events occur secondly.
WeeklyIndicates that events occur weekly.
YearlyIndicates that events occur yearly.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.Scheduling.Frequency

See Also

Reference

ActiveReports.Server.Scheduling Namespace