Compartilhar via


Propriedade do RDL MonthlyDOWRecurrence.MonthsOfYear

Gets or sets the months of the year in which a scheduled report runs.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property MonthsOfYear As MonthsOfYearSelector 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: ReportService2006.MonthsOfYearSelector
A MonthsOfYearSelector object.

Consulte também

Referência

MonthlyDOWRecurrence Classe

Namespace ReportService2006