MonthlyDOWRecurrence.WhichWeek Property
Gets or sets the week of the month in which a scheduled report runs.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Syntax
'Declaration
Public Property WhichWeek As WeekNumberEnum
public WeekNumberEnum WhichWeek { get; set; }
public:
property WeekNumberEnum WhichWeek {
WeekNumberEnum get ();
void set (WeekNumberEnum value);
}
/** @property */
public WeekNumberEnum get_WhichWeek ()
/** @property */
public void set_WhichWeek (WeekNumberEnum value)
public function get WhichWeek () : WeekNumberEnum
public function set WhichWeek (value : WeekNumberEnum)
Property Value
A WeekNumberEnum value.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MonthlyDOWRecurrence Class
MonthlyDOWRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace