SchedulerPrintAdapter.SmartSyncOptions Property
Provides access to options specific to the SmartSync Printing feature.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
ISmartSyncOptions | An object exposing the ISmartSyncOptions interface, allowing you to specify SmartSync-specific options. |
Remarks
The SmartSyncOptions property allows you to specify grouping for data iterations via the ISmartSyncOptions.GroupType property.
See the SchedulerPrintAdapter.EnableSmartSync property for more information.
See Also