Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the months of the year in which a scheduled report runs.
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
Public Property MonthsOfYear As MonthsOfYearSelector
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: ReportService2010.MonthsOfYearSelector
A MonthsOfYearSelector object.