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.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
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.
See Also