MonthsOfYear 속성
Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Property MonthsOfYear As MonthsOfYearSelector
Get
Set
‘사용 방법
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)
속성 값
유형: ReportService2006. . :: . .MonthsOfYearSelector
A MonthsOfYearSelector object.