Propriété December
Gets or sets a value that indicates whether a scheduled report runs in December.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property December As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true if the scheduled report runs in December; otherwise, false. The default is false.