MonthsOfYearSelector.December Property
Gets or sets a value that indicates whether a scheduled report runs in December.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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)
Property Value
Type: System.Boolean
true if the scheduled report runs in December; otherwise, false. The default is false.