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

TcxSchedulerReportLinkPrintRange Properties
Show Inherited Hide Inherited

The TcxSchedulerReportLinkPrintRange class encapsulates settings, which specify the report’s time range.
Name Description
DayCount Gets a count of days to print.
MonthCount Gets a count of months to print.
PrintFrom Specifies the first day to print.
PrintTo Specifies the last day to print.
ReportLink Represents the scheduler’s report generating component. Inherited from TcxCustomSchedulerReportLinkOptions.
Scheduler Represents the scheduler control that the report is generated for. Inherited from TcxCustomSchedulerReportLinkOptions.
TimePrintFrom Specifies the start time to print.
TimePrintTo Specifies the end time to print.
WeekCount Gets a count of weeks to print.
YearCount
See Also