MonthlyDOWRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
public ref class MonthlyDOWRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class MonthlyDOWRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type MonthlyDOWRecurrence = class
inherit RecurrencePattern
Public Class MonthlyDOWRecurrence
Inherits RecurrencePattern
- Inheritance
- Attributes
Remarks
The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.
Constructors
MonthlyDOWRecurrence() |
Initializes a new instance of the MonthlyDOWRecurrence class. |
Properties
DaysOfWeek |
Gets or sets the days of the week on which a scheduled report runs. |
MonthsOfYear |
Gets or sets the months of the year in which a scheduled report runs. |
WhichWeek |
Gets or sets the week of the month in which a scheduled report runs. |
WhichWeekSpecified |
Gets or sets a value that indicates whether the WhichWeek property is specified. |