Udostępnij za pośrednictwem


Właściwość MonthlyRecurrence.MonthsOfYear

Pobiera lub ustawia miesięcy roku (MonthsOfYearSelector obiektu) w którym działa raportu zaplanowanego.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property MonthsOfYear As MonthsOfYearSelector
    Get
    Set
'Użycie
Dim instance As MonthlyRecurrence
Dim value As MonthsOfYearSelector

value = instance.MonthsOfYear

instance.MonthsOfYear = value
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
    MonthsOfYearSelector^ get ();
    void set (MonthsOfYearSelector^ value);
}
member MonthsOfYear : MonthsOfYearSelector with get, set
function get MonthsOfYear () : MonthsOfYearSelector
function set MonthsOfYear (value : MonthsOfYearSelector)

Wartość właściwości

Typ: ReportService2006.MonthsOfYearSelector
A MonthsOfYearSelector obiektu.