Skip to main content
All docs
V26.1
  • OptionsPrinting Properties

    Provides options used to customize the Scheduler printing reports.
    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