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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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.