WhichWeek propriété
Gets or sets the week of the month in which a scheduled report runs.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
Public Property WhichWeek As WeekNumberEnum
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : ReportService2005. . :: . .WeekNumberEnum
A WeekNumberEnum value.
Voir aussi