Back to Devexpress

Scheduler Report Templates

windowsforms-17570-controls-and-libraries-scheduler-reporting-scheduler-report-templates.md

latest5.8 KB
Original Source

Scheduler Report Templates

  • Jun 20, 2019
  • 4 minutes to read

To create scheduler reports, you can use ready-made report layout templates that are available in _C:\Users\Public\Documents\DevExpress Demos 25.2\Components\Data\SchedulerReportTemplates_.

The gallery is also available online and you can connect to this gallery at design time within Visual Studio after creating a new Scheduler report. Click the report’s smart tag, and in the invoked Report Tasks list, select the Load Report Template… link.

In the invoked Report Templates dialog, select the template that best meets your requirements and click Load. You can search for a specific template name using the search box.

After designing the report you can save a report layout as a template for use in subsequent projects. Templates are saved as files in .shrepx format.

Note

Starting with version 17.2, the .shrepx file can store either .XML data, or CodeDOM-serialized data. See the Store Report Layouts article to learn about the differences between these formats.

Available templates are listed in the following table:

|

Scheduler Report Template

|

Template Name and Description

| | --- | --- | |

|

DailyStyleFitToPage.schrepx

Displays one day per page from 00.00 to 23.59. The top of the page displays a date, a day of week and a calendar for two months.

| |

|

DailyStyleFixedCellHeight.schrepx

Daily layout with a fixed height of an hour cell. A day spans two pages. Schedules for each resource follow each other continuously within a single day section. The top of the day section displays a date, a day of week and a calendar for two months.

| |

|

MonthlyStyle.schrepx

One month per page grouped by resource. The top of the page displays a month name and a calendar for two months.

| |

|

MonthlyStyle2Columns.schrepx

A month is split into two columns so it spans two pages. Months are grouped by resource. Within a month section the top of the first page contains the name of the month, the second page displays a calendar for two months.

| |

|

TimelineStyle.schrepx

A timeline with week and day scales. It contains seven days per page, grouped by resource. Each page is for a distinct resource. Resources follow each other in the same order as they do in the Scheduler. The top of the page displays a calendar for two months.

| |

|

TimelineStyle2Columns.schrepx

A timeline with week and day scales. It is arranged in seven days split into two columns so it spans two pages. Grouped by resource, two resources per page. The top of the first page displays the time interval while the second page contains a calendar for two months.

| |

|

TimetableStyle.schrepx

Timetable displays appointments per day vs working hours (working time is specified within a Scheduler). Each page contains a maximum of 12 days, grouped by resource vertically, two resources per page.

| |

|

TrifoldResource.schrepx

Trifold Resource displays one day, one week, and a month as three separate sections on one page for folding evenly into three parts. Pages are grouped by resource. Resource name is displayed in the upper left corner of the page.

| |

|

TrifoldStandard.schrepx

Trifold Standard displays one day, one week, and a notepad as three separate sections on one page for folding evenly into three parts.

| |

|

WeeklyStyle.schrepx

Compact view of one week per page. Grouped by resource with two resources per page. The top of the page displays start and end dates of the week and a calendar for two months.

| |

|

WeeklyStyle2Columns.schrepx

Compact view of a week split into two columns so it spans two pages. Grouped by resource. The top of the first page displays start and end dates of the week, the top of the second page contains a calendar for two months.

| |

|

WeeklyStyle2Weeks.schrepx

Compact view of a week, grouped by resource vertically. Two weeks on a page, two resources per page. The top of the page displays start and end dates of the week and a calendar for two months.

|

To learn how to specify a layout template for a scheduler reports, refer to the How to: Print a Scheduler Using a Report Preview (Step-by-Step Guide) example.