WeekNumberEnum Enum

Definition

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

FirstWeek 0

Specifies the report runs between the first and seventh 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.

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.

Remarks

Use the WeekNumberEnum enumeration together with the WhichWeek property of the MonthlyDOWRecurrence class.

Applies to