WeekNumberEnum Enum
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.
Describes the week of the month in which a scheduled report runs.
public enum class WeekNumberEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum WeekNumberEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type WeekNumberEnum =
Public Enum WeekNumberEnum
- Inheritance
-
WeekNumberEnum
- Attributes
Fields
Name | Value | Description |
---|---|---|
FirstWeek | 0 | Specifies the report runs between the first and seventh day of the month. |
SecondWeek | 1 | Specifies the report runs between the eighth and fourteenth day of the month. |
ThirdWeek | 2 | Specifies the report runs between the fifteenth and twenty-first day of the month. |
FourthWeek | 3 | Specifies the report runs between the twenty-second and twenty-eighth day of the month. |
LastWeek | 4 | Specifies the report runs during the last seven days of the month. |
Remarks
Use the WeekNumberEnum enumeration together with the WhichWeek property of the MonthlyDOWRecurrence class.