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

OptionsPrinting Properties

Provides options used to customize the Scheduler printing reports.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DailyReportDaysPerPage Specifies the maximum number of days on a single page of a daily report. This is a dependency property.
DailyReportResourcesPerPage Specifies the maximum number of resources on a single page of a daily report. This is a dependency property.
DailyReportShowCalendar Specifies whether to add the calendar element to daily reports. This is a dependency property.
DailyReportShowInterval Specifies whether to add the time interval element to daily reports. This is a dependency property.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MonthlyReportResourcesPerPage Specifies the maximum number of resources on a single page of a monthly report. This is a dependency property.
MonthlyReportShowCalendar Specifies whether to add the calendar element to monthly reports. This is a dependency property.
MonthlyReportShowInterval Specifies whether to add the time interval element to monthly reports. This is a dependency property.
PrintInterval Specifies the date-time range used to create a report. This is a dependency property.
PrintResources Specifies the resource items used to create a report. This is a dependency property.
PrintResourcesSource Specifies the collection of objects containing resource information. This is a dependency property.
TimelineReportIntervalsPerPage Specifies the maximum number of time intervals on a single page of a timeline report. This is a dependency property.
TimelineReportResourcesPerPage Specifies the maximum number of resources on a single page of a timeline report. This is a dependency property.
TimelineReportShowCalendar Specifies whether to add the calendar element to timeline reports. This is a dependency property.
TimelineReportShowInterval Specifies whether to add the time interval element to timeline reports. This is a dependency property.
TrifoldReportShowCalendar Specifies whether to add the calendar element to trifold reports. This is a dependency property.
WeeklyReportResourcesPerPage Specifies the maximum number of resources on a single page of a weekly report. This is a dependency property.
WeeklyReportShowCalendar Specifies whether to add the calendar element to weekly reports. This is a dependency property.
WeeklyReportShowInterval Specifies whether to add the time interval element to weekly reports. This is a dependency property.
See Also