Skip to main content

SmartSync Feature

This document introduces the SmartSync feature of the Scheduler reporting controls. This feature allows date-time and resource iterations to be synchronized when printing a report. So, different Tri-fold reports can be constructed, as illustrated below.

You can construct a report of the standard tri-fold style, with lined space for notes in the center:

Tri-fold standard

Another variation is the resource report, integrating Day, Week and Month views:

Tri-fold resource

To enable synchronization required for tri-fold reports, set the ASPxSchedulerPrintAdapterBase.EnableSmartSync to true and specify the ASPxSchedulerPrintAdapterBase.SmartSyncOptions as required. Last picture is taken for the report with the SmartSyncOptions.GroupType set to SchedulerGroupType.Resource.

See Also