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

ASPxSchedulerPrintAdapterBase.EnableSmartSync Property

Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature).

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public bool EnableSmartSync { get; set; }

Property Value

Type Description
Boolean

true to enable the SmartSync Printing feature; otherwise, false.

Remarks

If several Scheduler Report controls are placed on the same report, the Scheduler Adapter of this report can coordinate how controls iterate through data. A View control having the minimal period becomes the principal data control. It starts the iteration, and dependent controls are not modified on a page while the time value of the current iteration falls within their display periods. A dependent control jumps to the next period when the time displayed by the principal data control goes beyond the interval displayed by the dependent control.

The SmartSync Printing feature enables you to construct various tri-fold style reports. You can find sample tri-fold templates in our demo application.

See Also