Aracılığıyla paylaş


MonthlyDOWRecurrence.MonthsOfYear Özelliği

Alır veya zamanlanmış rapor çalıştığı yılın aylarını ayarlar.

Ad Alanı:  ReportService2010
Derleme:  ReportService2010 (ReportService2010 içinde.dll)

Sözdizimi

'Bildirim
Public Property MonthsOfYear As MonthsOfYearSelector
    Get
    Set
'Kullanım
Dim instance As MonthlyDOWRecurrence
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)