Skip to main content

OptionsPrinting Members

Provides options used to customize the Scheduler printing reports.

Constructors

Name Description
OptionsPrinting() Initializes a new instance of the OptionsPrinting class with the default settings.

Fields

Name Description
DailyReportDaysPerPageProperty static Identifies the DailyReportDaysPerPage dependency property.
DailyReportResourcesPerPageProperty static Identifies the DailyReportResourcesPerPage dependency property.
DailyReportShowCalendarProperty static Identifies the DailyReportShowCalendar dependency property.
DailyReportShowIntervalProperty static Identifies the DailyReportShowInterval dependency property.
MonthlyReportResourcesPerPageProperty static Identifies the MonthlyReportResourcesPerPage dependency property.
MonthlyReportShowCalendarProperty static Identifies the MonthlyReportShowCalendar dependency property.
MonthlyReportShowIntervalProperty static Identifies the MonthlyReportShowInterval dependency property.
MonthlyReportVisibleWeekDaysProperty static Identifies the MonthlyReportVisibleWeekDays dependency property.
PrintIntervalProperty static Identifies the PrintInterval dependency property.
PrintResourcesProperty static Identifies the PrintResources dependency property.
PrintResourcesSourceProperty static Identifies the PrintResourcesSource dependency property.
TimelineReportIntervalsPerPageProperty static Identifies the TimelineReportIntervalsPerPage dependency property.
TimelineReportResourcesPerPageProperty static Identifies the TimelineReportResourcesPerPage dependency property.
TimelineReportShowCalendarProperty static Identifies the TimelineReportShowCalendar dependency property.
TimelineReportShowIntervalProperty static Identifies the TimelineReportShowInterval dependency property.
TrifoldReportShowCalendarProperty static Identifies the TrifoldReportShowCalendar dependency property.
WeeklyReportResourcesPerPageProperty static Identifies the WeeklyReportResourcesPerPage dependency property.
WeeklyReportShowCalendarProperty static Identifies the WeeklyReportShowCalendar dependency property.
WeeklyReportShowIntervalProperty static Identifies the WeeklyReportShowInterval dependency property.

Properties

Name Description
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.
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.
MonthlyReportVisibleWeekDays
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