MonthsOfYear propriété

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (dans ReportService2005.dll)

Syntaxe

'Déclaration
Public Property MonthsOfYear As MonthsOfYearSelector
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : ReportService2005. . :: . .MonthsOfYearSelector
A MonthsOfYearSelector object..