Udostępnij za pośrednictwem


Właściwość MonthsOfYearSelector.April

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

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

Składnia

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

value = instance.April

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

Wartość właściwości

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