Compartir a través de


WhichWeek Propiedad

Gets or sets the week of the month in which a scheduled report runs.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property WhichWeek As WeekNumberEnum
    Get
    Set
'Uso
Dim instance As MonthlyDOWRecurrence
Dim value As WeekNumberEnum

value = instance.WhichWeek

instance.WhichWeek = value
public WeekNumberEnum WhichWeek { get; set; }
public:
property WeekNumberEnum WhichWeek {
    WeekNumberEnum get ();
    void set (WeekNumberEnum value);
}
member WhichWeek : WeekNumberEnum with get, set
function get WhichWeek () : WeekNumberEnum
function set WhichWeek (value : WeekNumberEnum)

Valor de la propiedad

Tipo: ReportService2005. . :: . .WeekNumberEnum
A WeekNumberEnum value.