Udostępnij za pośrednictwem


Właściwość MonthsOfYearSelector.January

Pobiera lub ustawia wartość wskazującą, czy zaplanowane raport jest uruchamiany w styczniu.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.dll)

Składnia

'Deklaracja
Public Property January As Boolean
    Get
    Set
'Użycie
Dim instance As MonthsOfYearSelector
Dim value As Boolean

value = instance.January

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

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli zaplanowane raport działa w styczniu; w przeciwnym razie false.Wartością domyślną jest false.