Freigeben über


MonthsOfYearSelector.December-Eigenschaft

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

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Property December As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

MonthsOfYearSelector Klasse

ReportService2006-Namespace