Proprietà MonthsOfYear
Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Property MonthsOfYear As MonthsOfYearSelector
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: ReportService2006. . :: . .MonthsOfYearSelector
A MonthsOfYearSelector object.