Class MonthsOfYearSelector
Inheritance
System.Object
MonthsOfYearSelector
Assembly: BoldReports.Web.dll
Syntax
public class MonthsOfYearSelector : Object
Constructors
MonthsOfYearSelector()
Declaration
public MonthsOfYearSelector()
Properties
April
Declaration
public bool April { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
August
Declaration
public bool August { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
December
Declaration
public bool December { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
February
Declaration
public bool February { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
January
Declaration
public bool January { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
July
Declaration
public bool July { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
June
Declaration
public bool June { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
March
Declaration
public bool March { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
May
Declaration
public bool May { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
November
Declaration
public bool November { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
October
Declaration
public bool October { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
September
Declaration
public bool September { get; set; }
Property Value
Type |
Description |
System.Boolean |
|