Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#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