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

TcxCustomSchedulerReportLinkPrintStyle.RestoreDefaults Method

In This Article

Restores the scheduler’s report to its default settings.

#Declaration

Delphi
procedure RestoreDefaults; virtual;

#Remarks

The RestoreDefaults method sets the ResourceCountPerPage property to 0, restores the print style’s default caption, sets the page layout as one page per period and restores the default values for the time range. It sets the CompressWeekends property to True to display the days in a weekend in a single day cell and the DontPrintWeekends property to False to allow weekends appear in the report, if they were omitted. This method removes the plain notes pane, lined notes pane and task pad from the scheduler’s report, if they have been added.

See Also