MonthsOfYearSelector.April Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a scheduled report runs in April.

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

Syntax

public bool April { get; set; }
public:
property bool April {
    bool get();
    void set(bool value);
}
member April : bool with get, set
Public Property April As Boolean

Property Value

Type: System.Boolean

A Boolean value.

See Also

MonthsOfYearSelector Class
ReportService2005 Namespace

Return to top