Class DailyRecurrence
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class DailyRecurrence : RecurrencePattern
Constructors
DailyRecurrence()
Declaration
public DailyRecurrence()
Properties
DaysInterval
Represents a recurrence pattern with a daily interval.
Declaration
public int DaysInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | An integer representing the number of days between each occurrence in the pattern. |