Skip to main content
A newer version of this page is available. .

ReportMonthView.ExactlyOneMonth Property

Specifies whether exactly one month is printed on a page, and trailing dates are not shown.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ExactlyOneMonth { get; set; }

Property Value

Type Default Description
Boolean **true**

true to print exactly one month on a page; otherwise, false.

Remarks

The following picture illustrates the Month view printed with the ExactlyOneMonth property set to true. Notice that the time cells are painted only for the current month; dates outside this month are left blank.

ExactlyOneMonth

See Also