MonthsOfYearSelector.December 속성

Gets or sets a value that indicates whether a scheduled report runs in December.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Property December As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As MonthsOfYearSelector 
Dim value As Boolean 

value = instance.December

instance.December = value
public bool December { get; set; }
public:
property bool December {
    bool get ();
    void set (bool value);
}
member December : bool with get, set
function get December () : boolean 
function set December (value : boolean)

속성 값

유형: System.Boolean
true if the scheduled report runs in December; otherwise, false. The default is false.

참고 항목

참조

MonthsOfYearSelector 클래스

ReportService2006 네임스페이스